C# Class MBC.Shared.Entities.Team

Inheritance: System.Entity
Afficher le fichier Open project: aiclub/Mohawk_Battleship Class Usage Examples

Private Properties

Свойство Type Description
Team System

Méthodes publiques

Méthode Description
PlayerAdd ( Player plr ) : void
PlayerRemove ( Player plr ) : void
Team ( System.Entity parent, Team copy ) : System
Team ( System.Entity parent, string name ) : System
ToString ( ) : string

Private Methods

Méthode Description
Team ( System.Entity parent, string name, bool internalTeam ) : System

Method Details

PlayerAdd() public méthode

public PlayerAdd ( Player plr ) : void
plr Player
Résultat void

PlayerRemove() public méthode

public PlayerRemove ( Player plr ) : void
plr Player
Résultat void

Team() public méthode

public Team ( System.Entity parent, Team copy ) : System
parent System.Entity
copy Team
Résultat System

Team() public méthode

public Team ( System.Entity parent, string name ) : System
parent System.Entity
name string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string