C# 클래스 CustomMonsters.CustomMonsterConfigFile

파일 보기 프로젝트 열기: vharonftw/Custom-Monsters-Plugin--Tshock- 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ConfigRead Action
CustomSpawnRate int
MaxCustomSpawns int

공개 메소드들

메소드 설명
Read ( Stream stream ) : CustomMonsterConfigFile
Read ( string path ) : CustomMonsterConfigFile
Write ( Stream stream ) : void
Write ( string path ) : void

메소드 상세

Read() 공개 정적인 메소드

public static Read ( Stream stream ) : CustomMonsterConfigFile
stream Stream
리턴 CustomMonsterConfigFile

Read() 공개 정적인 메소드

public static Read ( string path ) : CustomMonsterConfigFile
path string
리턴 CustomMonsterConfigFile

Write() 공개 메소드

public Write ( Stream stream ) : void
stream Stream
리턴 void

Write() 공개 메소드

public Write ( string path ) : void
path string
리턴 void

프로퍼티 상세

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

public static Action ConfigRead
리턴 Action

CustomSpawnRate 공개적으로 프로퍼티

public int CustomSpawnRate
리턴 int

MaxCustomSpawns 공개적으로 프로퍼티

public int MaxCustomSpawns
리턴 int