コード例 #1
0
ファイル: GameState.java プロジェクト: rex1fernando/linewars
 /** @return the dimensions of the map */
 public Position getMapSize() {
   return map.getDimensions();
 }