C# Class MBC.Shared.Events.MatchTeamRemoveEvent

Inheritance: MatchEvent
Afficher le fichier Open project: aiclub/Mohawk_Battleship

Méthodes publiques

Méthode Description
MatchTeamRemoveEvent ( Match match, Team team ) : System

Constructs the event with the team to be removed.

Méthodes protégées

Méthode Description
PerformOperation ( ) : void

Method Details

MatchTeamRemoveEvent() public méthode

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
Résultat System

PerformOperation() protected méthode

protected PerformOperation ( ) : void
Résultat void