mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 04:52:53 +08:00
Simplify constructor of SampleInfoList.
This commit is contained in:
parent
dff05bec79
commit
345f80b775
@ -11,9 +11,8 @@ namespace osu.Game.Audio
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
public SampleInfoList(IEnumerable<SampleInfo> elements)
|
public SampleInfoList(IEnumerable<SampleInfo> elements) : base(elements)
|
||||||
{
|
{
|
||||||
AddRange(elements);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user