mirror of
https://github.com/ppy/osu
synced 2025-03-05 02:49:30 +00: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;
|
|
}
|
|
} |