From 661fcd8ee6d0f75dccd04eb72d38b422d2f4d8e2 Mon Sep 17 00:00:00 2001 From: Index Date: Sat, 29 Jun 2024 00:14:43 -0500 Subject: [PATCH] style: update data_structure.txt --- data_structure.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/data_structure.txt b/data_structure.txt index fd5eac3..9d08ee0 100755 --- a/data_structure.txt +++ b/data_structure.txt @@ -1,4 +1,17 @@ +Sync: +------------------ PolyPlus_Settings: {} PolyPlus_PinnedGames: [] PolyPlus_BestFriends: [] -PolyPlus_ItemWishlist: [] \ No newline at end of file +PolyPlus_ItemWishlist: [] + +Local: +------------------ +PolyPlus_InventoryCache: { + data: [], + requested: number (repersenting date) +} +PolyPlus_GreatDivideStats_[USER ID]: { + data: {}, + requested: number (representing date) +} \ No newline at end of file