Beispiel #1
0
 public void ClickTile(Tile tile)
 {
     ClientEvents.ClickTile(tile as ClientTile);
 }