1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-22 06:02:54 +08:00

Add missing xmldoc

This commit is contained in:
Dean Herbert 2018-07-05 20:16:55 +09:00
parent 4f894969df
commit 8f04acc506

View File

@ -34,6 +34,9 @@ namespace osu.Game.Audio
/// </summary> /// </summary>
public int Volume; public int Volume;
/// <summary>
/// Retrieve all possible filenames that can be used as a source, returned in order of preference (highest first).
/// </summary>
public virtual IEnumerable<string> LookupNames public virtual IEnumerable<string> LookupNames
{ {
get get