예제 #1
0
 void Awake()
 {
     Started.AddListener(OnRoomStartServer);
     Stopped.AddListener(OnRoomStopServer);
     Connected.AddListener(OnRoomServerConnected);
     Authenticated.AddListener(OnRoomServerAuthenticated);
     Disconnected.AddListener(OnRoomServerDisConnected);
     OnStartHost.AddListener(OnRoomStartHost);
     OnStopHost.AddListener(OnRoomStopHost);
 }