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