コード例 #1
0
 public static void JoinRoom(long roomId)
 {
     ClientSendPackets.Send_JoinRoom(roomId);
     //todo show 'loading'
 }