public static void InvokeMatchEndEvent(MatchEndEventArgs args)
 {
     MatchEndEvent?.Invoke(args);
 }
Ejemplo n.º 2
0
 private void MatchEventDispatcher_MatchEndEvent(MatchEndEventArgs args)
 {
     HandleMatchEndEvent(args.MatchId);
 }