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

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

공개 메소드들

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

Constructs the event with the new team.

보호된 메소드들

메소드 설명
PerformOperation ( ) : void

메소드 상세

MatchTeamAddEvent() 공개 메소드

Constructs the event with the new team.
public MatchTeamAddEvent ( Match match, Team team ) : System
match MBC.Shared.Entities.Match
team MBC.Shared.Entities.Team
리턴 System

PerformOperation() 보호된 메소드

protected PerformOperation ( ) : void
리턴 void