Beispiel #1
0
 public static void AttachTileToCell(Tile tile, Cell cell)
 {
     tile.Cell = cell;
     cell.AttachTile(tile);
 }