C# 클래스 SagaLogin.LoginServer

파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 프로퍼티들

프로퍼티 타입 설명
charServerList CharServer>.Dictionary
lcfg LoginConfig
userDB UserDB
wcfg SagaLib.WorldConfig

공개 메소드들

메소드 설명
EnsureCharDBs ( ) : void
EnsureUserDB ( ) : void
StartUserDatabase ( ) : bool
StartWorldDatabase ( ) : bool

비공개 메소드들

메소드 설명
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Main ( string args ) : void

메소드 상세

EnsureCharDBs() 공개 정적인 메소드

public static EnsureCharDBs ( ) : void
리턴 void

EnsureUserDB() 공개 정적인 메소드

public static EnsureUserDB ( ) : void
리턴 void

StartUserDatabase() 공개 정적인 메소드

public static StartUserDatabase ( ) : bool
리턴 bool

StartWorldDatabase() 공개 정적인 메소드

public static StartWorldDatabase ( ) : bool
리턴 bool

프로퍼티 상세

charServerList 공개적으로 정적으로 프로퍼티

public static Dictionary charServerList
리턴 CharServer>.Dictionary

lcfg 공개적으로 정적으로 프로퍼티

public static LoginConfig,SagaLogin lcfg
리턴 LoginConfig

userDB 공개적으로 정적으로 프로퍼티

public static UserDB userDB
리턴 UserDB

wcfg 공개적으로 정적으로 프로퍼티

public static WorldConfig,SagaLib wcfg
리턴 SagaLib.WorldConfig