C# Class CISTeam, Cubes-in-Space

Exibir arquivo Open project: eric-kansas/Cubes-in-Space Class Usage Examples

Public Properties

Property Type Description
playerList List
score int
teamName string

Public Methods

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

Method Details

AddPlayerToTeam() public method

public AddPlayerToTeam ( CISPlayer, pl ) : void
pl CISPlayer,
return void

CISTeam() public method

public CISTeam ( string name, List players, int sc ) : System.Collections
name string
players List
sc int
return System.Collections

FindPlayer() public method

public FindPlayer ( string name ) : CISPlayer,
name string
return CISPlayer,

Property Details

playerList public_oe property

public List playerList
return List

score public_oe property

public int score
return int

teamName public_oe property

public string teamName
return string