Exemplo n.º 1
0
        public static ItemArmorChest CreateItemArmorChest(int id)
        {
            ItemArmorChest chest = new ItemArmorChest(id);

            chest.Initialize();
            return(chest);
        }
Exemplo n.º 2
0
 public static ItemArmorChest CreateItemArmorChest(int id) 
 {
     ItemArmorChest chest = new ItemArmorChest(id);
     chest.Initialize();
     return chest;
 }