コード例 #1
0
 public static void InvokeSpectatorJoinEvent(SpectatorJoinEventArgs args)
 {
     SpectatorJoinedEvent?.Invoke(args);
 }
コード例 #2
0
 private void MatchEventDispatcher_SpectatorJoinedEvent(SpectatorJoinEventArgs args)
 {
     HandleSpectatorJoinEvent(args.MatchId, args.ClientId, args.Succeeded);
 }