C# 클래스 PRoConEvents.MULTIbalancer.SquadRoster

파일 보기 프로젝트 열기: PapaCharlie9/multi-balancer

공개 프로퍼티들

프로퍼티 타입 설명
ClanTagCount int
DispersalGroup int
Metric double
Roster List
Squad int
WhitelistCount int

공개 메소드들

메소드 설명
SquadRoster ( int squad ) : System
SquadRoster ( int squad, List roster ) : System

메소드 상세

SquadRoster() 공개 메소드

public SquadRoster ( int squad ) : System
squad int
리턴 System

SquadRoster() 공개 메소드

public SquadRoster ( int squad, List roster ) : System
squad int
roster List
리턴 System

프로퍼티 상세

ClanTagCount 공개적으로 프로퍼티

public int ClanTagCount
리턴 int

DispersalGroup 공개적으로 프로퍼티

public int DispersalGroup
리턴 int

Metric 공개적으로 프로퍼티

public double Metric
리턴 double

Roster 공개적으로 프로퍼티

public List Roster
리턴 List

Squad 공개적으로 프로퍼티

public int Squad
리턴 int

WhitelistCount 공개적으로 프로퍼티

public int WhitelistCount
리턴 int