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