예제 #1
0
파일: Match.cs 프로젝트: war-man/Mafia.NET
 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 _);
 }