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