1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 21:27:24 +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>
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
{
get