C# Class MBC.Shared.Events.PlayerLostEvent

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

Public Methods

Method Description
PlayerLostEvent ( Player loser ) : System

Constructs the event with the player that lost.

Protected Methods

Method Description
PerformOperation ( ) : void

Method Details

PerformOperation() protected method

protected PerformOperation ( ) : void
return void

PlayerLostEvent() public method

Constructs the event with the player that lost.
public PlayerLostEvent ( Player loser ) : System
loser MBC.Shared.Entities.Player
return System