HeavenStudioPlus/Assets/Scripts/Util/GameEvent.cs

10 lines
199 B
C#

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