50515253545556
return this.height; } @Override public DataUpdate createFullUpdate() { return new GameMapUpdate(this.width, this.height); }
65666768697071
for (int j = 0; j < this.height; j++) { tiles.add(new Tile(i, j)); } } } notifyListeners(new GameMapUpdate(this.width, this.height)); }