namespace MoleMole.Config { public enum SkillEnterSetting { Normal = 0, MuteFreeSteer = 1, OnlyRetargetWhenNoTarget = 2, MuteRetarget = 3 } }