namespace PkmnLibSharp.Battling.ChoiceTurn { public enum TurnChoiceKind { Pass = 0, Attack = 1, Item = 2, Switch = 3, Flee = 4, } }