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