예제 #1
0
파일: Game.java 프로젝트: redomar/JavaGame
 public void setPlayer(Player player) {
   game.player = player;
 }