Sample.PersistentDataManager.GetPersistentData C# (CSharp) Method

GetPersistentData() public method

public GetPersistentData ( string key ) : string
key string
return string
        public string GetPersistentData(string key)
        {
            throw new NotImplementedException();
        }