Ejemplo n.º 1
0
 public bool TryCastSpell(Item.Item item, int2 position)
 {
     return(item.TryUse(Context, position));
 }