示例#1
0
 void OnClickJoinRoom()
 {
     _MultiplayerClient.JoinRoom(_PlayerName.text, _RoomName.text);
 }