C# 클래스 MCLawl.Properties

파일 보기 프로젝트 열기: dekema2/MCDek

공개 프로퍼티들

프로퍼티 타입 설명
DebugEnabled bool
MaxMaps byte
MaxPlayers byte
PublicServer bool
ServerName string
ServerPort int
VerifyNames bool

공개 메소드들

메소드 설명
Load ( string givenPath, bool skipsalt = false ) : void
ValidString ( string str, string allowed ) : bool

비공개 메소드들

메소드 설명
Save ( string givenPath ) : void

메소드 상세

Load() 공개 정적인 메소드

public static Load ( string givenPath, bool skipsalt = false ) : void
givenPath string
skipsalt bool
리턴 void

ValidString() 공개 정적인 메소드

public static ValidString ( string str, string allowed ) : bool
str string
allowed string
리턴 bool

프로퍼티 상세

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

public static bool DebugEnabled
리턴 bool

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

public static byte MaxMaps
리턴 byte

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

public static byte MaxPlayers
리턴 byte

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

public static bool PublicServer
리턴 bool

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

public static string ServerName
리턴 string

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

public static int ServerPort
리턴 int

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

public static bool VerifyNames
리턴 bool