Exemplo n.º 1
0
 public void ClearDisplay()
 {
     ground.Disable();
     inventory.Disable();
 }
Exemplo n.º 2
0
 public void ClearDisplay()
 {
     groundDisplaySlot.Disable();
     inventoryDisplaySlot.Disable();
 }
Exemplo n.º 3
0
 public void Display(Item groundItem)
 {
     DisplayItem(ground, groundItem);
     inventory.Disable();
 }
Exemplo n.º 4
0
 public void Display(Item groundItem)
 {
     DisplayItem(groundDisplaySlot, groundItem);
     inventoryDisplaySlot.Disable();
 }