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