HeavenStudioPlus/Assets/Scripts/GameEvent.cs

9 lines
170 B
C#

namespace RhythmHeavenMania
{
public class GameEvent
{
public float length;
public float startBeat;
public float lastReportedBeat;
}
}