using MU3.Util; namespace MU3.Mod; class State: Singleton { public bool SkipItemFrame { get; set; } public bool SkipMusicIntro { get; set; } public bool SkipMusicOutro { get; set; } }