C# 클래스 MBC.Shared.Events.MatchTeamRemoveEvent

상속: MatchEvent
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship

공개 메소드들

메소드 설명
MatchTeamRemoveEvent ( Match match, Team team ) : System

Constructs the event with the team to be removed.

보호된 메소드들

메소드 설명
PerformOperation ( ) : void

메소드 상세

MatchTeamRemoveEvent() 공개 메소드

Constructs the event with the team to be removed.
public MatchTeamRemoveEvent ( Match match, Team team ) : System
match MBC.Shared.Entities.Match
team MBC.Shared.Entities.Team
리턴 System

PerformOperation() 보호된 메소드

protected PerformOperation ( ) : void
리턴 void