// WingsEmu // // Developed by NosWings Team namespace WingsEmu.Packets.Enums { public enum FixedUpMode { None = 0, HasAmulet = 1 } }