mirror of
https://github.com/osukey/osukey.git
synced 2025-05-01 19:57:25 +09:00
8 lines
181 B
C#
8 lines
181 B
C#
namespace osu.Game.Beatmaps.ControlPoints
|
|
{
|
|
public class SoundControlPoint : ControlPoint
|
|
{
|
|
public string SampleBank;
|
|
public int SampleVolume;
|
|
}
|
|
} |