Пример #1
0
        public static UserStorage GetUserStorage()
        {
            var json = CoreMethod.ReadFromFile(CoreMethod.GetFileLocation("UserStorage.json"));

            return(JsonConvert.DeserializeObject <UserStorage>(json));
        }