From bcce85e63d804f3e6dc32a6a21b76de520119e57 Mon Sep 17 00:00:00 2001 From: Index Date: Fri, 4 Oct 2024 22:00:19 -0500 Subject: [PATCH] style: add caches to data_structure.txt --- data_structure.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data_structure.txt b/data_structure.txt index 8e89827..06f28fc 100755 --- a/data_structure.txt +++ b/data_structure.txt @@ -11,4 +11,13 @@ Local: PolyPlus_InventoryCache: { data: [], requested: number (representing date) +} +PolyPlus_GreatDivideStats: {} +PolyPlus_FriendCount: { + count: number, + requested: number (representing date) +} +PolyPlus_AssetDesigners: { + data: {}, + requested: number (representing date) } \ No newline at end of file