示例#1
0
 public void choice(string wrestler)
 {
     Overlord.localPlayer = new Player(wrestler);
     UIControl change = new UIControl();
     change.sceneChange("multiplayerSetup");
 }