Example #1
0
 public void ClearTileSelection()
 {
     if (_selection != null)
     {
         _selection.ClearTiles();
     }
 }