namespace osu.Game.Beatmaps.ControlPoints { public class SoundControlPoint : ControlPoint { public string SampleBank; public int SampleVolume; } }