C# Class MBC.Shared.Events.PlayerTurnEndEvent

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

Public Methods

Method Description
PlayerTurnEndEvent ( Player player ) : System

Constructs the event with the player that switched their turn.

Protected Methods

Method Description
PerformOperation ( ) : void

Method Details

PerformOperation() protected method

protected PerformOperation ( ) : void
return void

PlayerTurnEndEvent() public method

Constructs the event with the player that switched their turn.
public PlayerTurnEndEvent ( Player player ) : System
player MBC.Shared.Entities.Player
return System