C# Class MBC.Shared.Events.ShipDestroyedEvent

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

Public Methods

Method Description
ShipDestroyedEvent ( Ship destroyedShip ) : System

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

Protected Methods

Method Description
PerformOperation ( ) : void

Method Details

PerformOperation() protected method

protected PerformOperation ( ) : void
return void

ShipDestroyedEvent() public method

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