HeavenStudioPlus/Assets/Scripts/Util/GameEvent.cs

10 lines
201 B
C#

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