public static void InvokeMatchCreatedEvent(MatchCreatedEventArgs args)
 {
     MatchCreatedEvent?.Invoke(args);
 }
Exemplo n.º 2
0
 private void MatchEventDispatcher_MatchCreatedEvent(MatchCreatedEventArgs args)
 {
     HandleMatchCreationEvent(args.Match);
 }