Exemplo n.º 1
0
 private void EventSink_MatchJoinedEvent(MatchJoinedEventArgs args)
 {
     if (m_LobbyPanel)
     {
         m_LobbyPanel.SetActive(false);
     }
 }
Exemplo n.º 2
0
 public static void InvokeMatchJoinedEvent(MatchJoinedEventArgs args)
 {
     MatchJoinedEvent?.Invoke(args);
 }