C# Class MBC.Shared.Events.PlayerDisqualifiedEvent

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

Public Methods

Method Description
PlayerDisqualifiedEvent ( Player loser, string reason ) : 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

PlayerDisqualifiedEvent() public method

Constructs the event with the player that lost.
public PlayerDisqualifiedEvent ( Player loser, string reason ) : System
loser MBC.Shared.Entities.Player
reason string
return System