Esempio n. 1
0
 /// <summary>
 /// Selects a direction for the player to go when they must choose.
 /// </summary>
 /// <param name="tile">The tile that has been selected</param>
 public void SelectRoute(GameBoardTile tile)
 {
     placeable.SelectMovementTile(tile);
 }