Get() 공개 메소드

Gets the value identified by key
public Get ( string key ) : string
key string Identifier
리턴 string
 public string GetValue(string key, ApplicationSettingsMode mode)
 {
     var kvStore = new PlayerPreferenceKVStore();
     return kvStore.Get(key);
 }