C# 클래스 MiningGame.Code.Managers.ConfigWriterManager

파일 보기 프로젝트 열기: geel9/Minor-Destruction

공개 메소드들

메소드 설명
AddKeyValue ( string path, KeyValue kv ) : void
ChangeKeyValue ( string path, string name, string newValue ) : void
GenerateContentFile ( List keyvalues ) : string
RemoveKeyValue ( string path, string name ) : void
WriteConfigFile ( string path, List keyvalues ) : void

메소드 상세

AddKeyValue() 공개 정적인 메소드

public static AddKeyValue ( string path, KeyValue kv ) : void
path string
kv MiningGame.Code.Structs.KeyValue
리턴 void

ChangeKeyValue() 공개 정적인 메소드

public static ChangeKeyValue ( string path, string name, string newValue ) : void
path string
name string
newValue string
리턴 void

GenerateContentFile() 공개 정적인 메소드

public static GenerateContentFile ( List keyvalues ) : string
keyvalues List
리턴 string

RemoveKeyValue() 공개 정적인 메소드

public static RemoveKeyValue ( string path, string name ) : void
path string
name string
리턴 void

WriteConfigFile() 공개 정적인 메소드

public static WriteConfigFile ( string path, List keyvalues ) : void
path string
keyvalues List
리턴 void