// WingsEmu // // Developed by NosWings Team namespace WingsEmu.Game._enum; public enum BuffGroup : byte { Good = 0, Neutral = 1, Bad = 2 }