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

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

공개 메소드들

메소드 설명
AddKeyValue ( List listKV, KeyValue key ) : List
ChangeKeyValue ( List listKV, string name, string newValue ) : List
RemoveKeyValue ( List listKV, string name ) : List

메소드 상세

AddKeyValue() 공개 정적인 메소드

public static AddKeyValue ( List listKV, KeyValue key ) : List
listKV List
key MiningGame.Code.Structs.KeyValue
리턴 List

ChangeKeyValue() 공개 정적인 메소드

public static ChangeKeyValue ( List listKV, string name, string newValue ) : List
listKV List
name string
newValue string
리턴 List

RemoveKeyValue() 공개 정적인 메소드

public static RemoveKeyValue ( List listKV, string name ) : List
listKV List
name string
리턴 List