Example #1
0
 public void EnterRoom(string userName, int rooomId)
 {
     client.EnterRoom(userName, roomId);
 }