style: add caches to data_structure.txt

This commit is contained in:
Index 2024-10-04 22:00:19 -05:00
parent 172d666575
commit bcce85e63d

View file

@ -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)
}