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

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

공개 메소드들

메소드 설명
PlayerShotEvent ( Player player, Shot shot ) : System

Constructs the event with the player who made the shot. No ship hit.

보호된 메소드들

메소드 설명
PerformOperation ( ) : void

메소드 상세

PerformOperation() 보호된 메소드

protected PerformOperation ( ) : void
리턴 void

PlayerShotEvent() 공개 메소드

Constructs the event with the player who made the shot. No ship hit.
public PlayerShotEvent ( Player player, Shot shot ) : System
player MBC.Shared.Entities.Player
shot Shot
리턴 System