C# Class CISTeam, Cubes-in-Space

Afficher le fichier Open project: eric-kansas/Cubes-in-Space Class Usage Examples

Méthodes publiques

Свойство Type Description
playerList List
score int
teamName string

Méthodes publiques

Méthode Description
AddPlayerToTeam ( CISPlayer, pl ) : void
CISTeam ( string name, List players, int sc ) : System.Collections
FindPlayer ( string name ) : CISPlayer,

Method Details

AddPlayerToTeam() public méthode

public AddPlayerToTeam ( CISPlayer, pl ) : void
pl CISPlayer,
Résultat void

CISTeam() public méthode

public CISTeam ( string name, List players, int sc ) : System.Collections
name string
players List
sc int
Résultat System.Collections

FindPlayer() public méthode

public FindPlayer ( string name ) : CISPlayer,
name string
Résultat CISPlayer,

Property Details

playerList public_oe property

public List playerList
Résultat List

score public_oe property

public int score
Résultat int

teamName public_oe property

public string teamName
Résultat string