コード例 #1
0
 public static void InvokeMatchCreatedEvent(MatchCreatedEventArgs args)
 {
     MatchCreatedEvent?.Invoke(args);
 }
コード例 #2
0
 private void MatchEventDispatcher_MatchCreatedEvent(MatchCreatedEventArgs args)
 {
     HandleMatchCreationEvent(args.Match);
 }