C# Class MBC.Shared.Events.PlayerShotEvent

Inheritance: PlayerEvent
ファイルを表示 Open project: aiclub/Mohawk_Battleship

Public Methods

Method Description
PlayerShotEvent ( Player player, Shot shot ) : System

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

Protected Methods

Method Description
PerformOperation ( ) : void

Method Details

PerformOperation() protected method

protected PerformOperation ( ) : void
return void

PlayerShotEvent() public method

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
return System