C# Class MBC.Shared.Events.TeamRemovePlayerEvent

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

Public Methods

Method Description
TeamRemovePlayerEvent ( Team team, Player plr ) : System

Protected Methods

Method Description
PerformOperation ( ) : void

Method Details

PerformOperation() protected method

protected PerformOperation ( ) : void
return void

TeamRemovePlayerEvent() public method

public TeamRemovePlayerEvent ( Team team, Player plr ) : System
team MBC.Shared.Entities.Team
plr MBC.Shared.Entities.Player
return System