C# Class MBC.Shared.Events.MatchRemovePlayerEvent

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

Public Methods

Method Description
MatchRemovePlayerEvent ( Match match, Player player ) : System

Constructs this event with the player being removed.

Protected Methods

Method Description
PerformOperation ( ) : void

Method Details

MatchRemovePlayerEvent() public method

Constructs this event with the player being removed.
public MatchRemovePlayerEvent ( Match match, Player player ) : System
match MBC.Shared.Entities.Match
player MBC.Shared.Entities.Player
return System

PerformOperation() protected method

protected PerformOperation ( ) : void
return void