using MU3.Util; namespace MU3.Mod; class State: Singleton { public int RecentBGM { get; set; } = 6; public bool WithholdPlay { get; set; } = false; }