예제 #1
0
 private void CreateTwoPlayerBoard(LudoType player1Type, LudoType player2Type, string player1Name, string player2Name)
 {
     boardUI.InitTwoPlayerBoard(player1Type, player1Name, player2Name);
     CreateLocalPlayer(player1Type, player1Name);
     CreateLocalPlayer(player2Type, player2Name);
 }