コード例 #1
0
ファイル: PlayScreen.java プロジェクト: umutuzgur/monopoly
 public int getPlayerLocation() {
   return gameScreen.getPlayerLocation(getTurn());
 }