C# 클래스 ServerTools.Players

파일 보기 프로젝트 열기: dmustanger/7dtd-ServerTools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
clans string>.Dictionary
players Player>.Dictionary

공개 메소드들

메소드 설명
GetClans ( ) : void
this ( string steamId, bool create ) : Player

메소드 상세

GetClans() 공개 메소드

public GetClans ( ) : void
리턴 void

this() 공개 메소드

public this ( string steamId, bool create ) : Player
steamId string
create bool
리턴 Player

프로퍼티 상세

clans 공개적으로 프로퍼티

public Dictionary clans
리턴 string>.Dictionary

players 공개적으로 프로퍼티

public Dictionary players
리턴 Player>.Dictionary