C# Class MBC.Shared.Events.PlayerWonEvent

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

Public Methods

Method Description
PlayerWonEvent ( Player player ) : System

Constructs the event with the player that won.

Protected Methods

Method Description
PerformOperation ( ) : void

Method Details

PerformOperation() protected method

protected PerformOperation ( ) : void
return void

PlayerWonEvent() public method

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