style: add caches to data_structure.txt
This commit is contained in:
parent
172d666575
commit
bcce85e63d
1 changed files with 9 additions and 0 deletions
|
|
@ -12,3 +12,12 @@ PolyPlus_InventoryCache: {
|
|||
data: [],
|
||||
requested: number (representing date)
|
||||
}
|
||||
PolyPlus_GreatDivideStats: {}
|
||||
PolyPlus_FriendCount: {
|
||||
count: number,
|
||||
requested: number (representing date)
|
||||
}
|
||||
PolyPlus_AssetDesigners: {
|
||||
data: {},
|
||||
requested: number (representing date)
|
||||
}
|
||||
Reference in a new issue