Example #1
0
 public void DebugPlayerInfo(Player player1, Player player2)
 {
     UI.UIDebug("Player 1 info: " + player1.ToString());
     UI.UIDebug("Player 2 info: " + player2.ToString());
 }