C# Class MBC.Shared.Events.TeamAddPlayerEvent

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

Public Methods

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

Protected Methods

Method Description
PerformOperation ( ) : void

Method Details

PerformOperation() protected method

protected PerformOperation ( ) : void
return void

TeamAddPlayerEvent() public method

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