C# Class MBC.Shared.Events.MatchTeamRemoveEvent

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

Public Methods

Method Description
MatchTeamRemoveEvent ( Match match, Team team ) : System

Constructs the event with the team to be removed.

Protected Methods

Method Description
PerformOperation ( ) : void

Method Details

MatchTeamRemoveEvent() public method

Constructs the event with the team to be removed.
public MatchTeamRemoveEvent ( Match match, Team team ) : System
match MBC.Shared.Entities.Match
team MBC.Shared.Entities.Team
return System

PerformOperation() protected method

protected PerformOperation ( ) : void
return void