/*copright zepheus_fiesta 2012*/ namespace DragonFiesta.FiestaLib { public enum InventoryStatus : byte { Added, Full, NotFound } }