C# 클래스 Team, ES2015C

파일 보기 프로젝트 열기: jgirald/ES2015C 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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