示例#1
0
 public void CreatePlayerWithFaction(string command, Algorithm standart)
 {
     player = factory.CreatePlayerWithFaction(command);
     player.Creation();
     player.setAlgorithm(standart);
 }