Пример #1
0
 public void OnJoinRoom(Action <string> action)
 {
     hub.On(HubResponses.OnRoomJoin, action);
 }