namespace MoleMole { public enum LevelBuffState { Start = 0, Stop = 1, Switch = 2 } }