C# Класс Team, ES2015C

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
displayName string

Открытые методы

Метод Описание
IsEnemyOf ( Team other ) : bool

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

Описание методов

IsEnemyOf() публичный Метод

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.
Результат bool

Описание свойств

displayName публичное свойство

Display name of the team.
public string displayName
Результат string