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

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

공개 메소드들

메소드 설명
PlayerWonEvent ( Player player ) : System

Constructs the event with the player that won.

보호된 메소드들

메소드 설명
PerformOperation ( ) : void

메소드 상세

PerformOperation() 보호된 메소드

protected PerformOperation ( ) : void
리턴 void

PlayerWonEvent() 공개 메소드

Constructs the event with the player that won.
public PlayerWonEvent ( Player player ) : System
player MBC.Shared.Entities.Player
리턴 System