Ejemplo n.º 1
0
 public bool HasBoots(Inventory.Boots b)
 {
     return(Shared.Game.Instance.Inventory.HasBoots(b));
 }
Ejemplo n.º 2
0
 public void TakeBoots(Inventory.Boots b)
 {
     Shared.Game.Instance.Inventory.TakeBoots(b);
     Sound().Play(Shared.Sound.TakeItem);
 }