コード例 #1
0
ファイル: Game.java プロジェクト: paleber/Catan
 public void buildStreet(int pathId) {
   gamePhase.buildStreet(pathId);
 }