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