Example #1
0
 public void OnEnd()
 {
     MatchEnd?.Invoke(this, new MatchEnd(this));
 }
Example #2
0
 public virtual void OnMatchEnd(object sender, MatchEnd match)
 {
     Matches.TryRemove(match.Match.Id, out _);
 }