Пример #1
0
        public static string LoadData(string key, string default_value)
        {
            string result = playFab.GetDataValueForKey(key);

            return(result == null ? default_value : result);
        }