C# Class MBC.Shared.Events.MatchAddPlayerEvent

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

Public Methods

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

Constructs this event with the given player.

Protected Methods

Method Description
PerformOperation ( ) : void

Method Details

MatchAddPlayerEvent() public method

Constructs this event with the given player.
public MatchAddPlayerEvent ( 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