Exemple #1
0
 public void Buy(ITile tile)
 {
     tile.Buy(this);
     //TODO: Adjust the money
     //Player.PayMoney(Tile.GetPrice())
 }