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

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

공개 메소드들

메소드 설명
PlayerDisqualifiedEvent ( Player loser, string reason ) : System

Constructs the event with the player that lost.

보호된 메소드들

메소드 설명
PerformOperation ( ) : void

메소드 상세

PerformOperation() 보호된 메소드

protected PerformOperation ( ) : void
리턴 void

PlayerDisqualifiedEvent() 공개 메소드

Constructs the event with the player that lost.
public PlayerDisqualifiedEvent ( Player loser, string reason ) : System
loser MBC.Shared.Entities.Player
reason string
리턴 System