HeavenStudio/Assets/Scripts/GameEvent.cs
2022-03-14 07:21:05 -07:00

10 lines
194 B
C#

namespace HeavenStudio
{
public class GameEvent
{
public float length;
public float startBeat;
public float lastReportedBeat;
public bool enabled;
}
}