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

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

공개 메소드들

메소드 설명
ShipDestroyedEvent ( Ship destroyedShip ) : System

Constructs this event with the player who owns the destroyed ship.

보호된 메소드들

메소드 설명
PerformOperation ( ) : void

메소드 상세

PerformOperation() 보호된 메소드

protected PerformOperation ( ) : void
리턴 void

ShipDestroyedEvent() 공개 메소드

Constructs this event with the player who owns the destroyed ship.
public ShipDestroyedEvent ( Ship destroyedShip ) : System
destroyedShip MBC.Shared.Entities.Ship
리턴 System