C# 클래스 LKCamelot.model.PlayerHandler

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

공개 프로퍼티들

프로퍼티 타입 설명
add Player>.ConcurrentDictionary

공개 메소드들

메소드 설명
HasPlayer ( string name ) : bool
getSingleton ( ) : PlayerHandler
newPlayerClient ( IOClient client ) : void
removePlayerClient ( IOClient client ) : void

메소드 상세

HasPlayer() 공개 메소드

public HasPlayer ( string name ) : bool
name string
리턴 bool

getSingleton() 공개 정적인 메소드

public static getSingleton ( ) : PlayerHandler
리턴 PlayerHandler

newPlayerClient() 공개 메소드

public newPlayerClient ( IOClient client ) : void
client LKCamelot.io.IOClient
리턴 void

removePlayerClient() 공개 메소드

public removePlayerClient ( IOClient client ) : void
client LKCamelot.io.IOClient
리턴 void

프로퍼티 상세

add 공개적으로 프로퍼티

public ConcurrentDictionary add
리턴 Player>.ConcurrentDictionary