/// <summary> /// Clear selection on selected GameTile (Should never be more than one selected at a time) /// </summary> /// <remarks> /// CALLED BY: Update() /// </remarks> /// public void ClearSelection() { selectedTile.ClearSelected(); selectedTile = null; }