C# Class Team, ES2015C

Mostra file Open project: jgirald/ES2015C Class Usage Examples

Public Properties

Property Type Description
displayName string

Public Methods

Method Description
IsEnemyOf ( Team other ) : bool

Determines if the given team is an enemy of this team.

Method Details

IsEnemyOf() public method

Determines if the given team is an enemy of this team.
public IsEnemyOf ( Team other ) : bool
other Team The team to check if it's an enemy of this team.
return bool

Property Details

displayName public_oe property

Display name of the team.
public string displayName
return string