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

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

공개 메소드들

메소드 설명
MatchAddPlayerEvent ( Match match, Player player ) : System

Constructs this event with the given player.

보호된 메소드들

메소드 설명
PerformOperation ( ) : void

메소드 상세

MatchAddPlayerEvent() 공개 메소드

Constructs this event with the given player.
public MatchAddPlayerEvent ( Match match, Player player ) : System
match MBC.Shared.Entities.Match
player MBC.Shared.Entities.Player
리턴 System

PerformOperation() 보호된 메소드

protected PerformOperation ( ) : void
리턴 void