public static void InvokeSpectatorJoinEvent(SpectatorJoinEventArgs args) { SpectatorJoinedEvent?.Invoke(args); }
private void MatchEventDispatcher_SpectatorJoinedEvent(SpectatorJoinEventArgs args) { HandleSpectatorJoinEvent(args.MatchId, args.ClientId, args.Succeeded); }