示例#1
0
 public void addNewEnemyViaInterpreter(int type)
 {
     game.mover.addItem(new EnemyAdapter(EnemyFactory.getInstance().getEnemy(type)));
 }