コード例 #1
0
 public static void InvokeMatchEndEvent(MatchEndEventArgs args)
 {
     MatchEndEvent?.Invoke(args);
 }
コード例 #2
0
 private void MatchEventDispatcher_MatchEndEvent(MatchEndEventArgs args)
 {
     HandleMatchEndEvent(args.MatchId);
 }