namespace PkmnLibSharp.Battling.Events { public enum EventDataKind : byte { Damage = 0, Heal = 1, Faint = 2, DisplayText = 3, } }