mirror of https://github.com/ppy/osu
Add missing xmldoc
This commit is contained in:
parent
4f894969df
commit
8f04acc506
|
@ -34,6 +34,9 @@ public class SampleInfo
|
|||
/// </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
|
||||
|
|
Loading…
Reference in New Issue