// WingsEmu // // Developed by NosWings Team namespace WingsEmu.Packets.Enums { public enum UpgradeMode { Normal, Reduced, Free } }