/*copright zepheus_fiesta 2012*/ namespace DragonFiesta.FiestaLib { public enum ItemSlot : byte { None = 0, Helm = 1, CostumeHelm = 2, Necklace = 6, Armor = 7, CostumeArmor = 8, Wing = 9, Weapon2 = 10, CostumeShield = 11, Weapon = 12, CostumeWeapon = 13, Ring = 15, Ring2 = 16, Tail = 18, Pants = 19, CostumePants = 20, Boots = 21, CostumeBoots = 22, Earings = 23, Glasses = 26, Pet = 28, //Hat: 1, Armor: 7, Weapon: 10, Pants: 19, boots: 21 } }