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
|
|
@ -11,4 +11,13 @@ Local:
|
||||||
PolyPlus_InventoryCache: {
|
PolyPlus_InventoryCache: {
|
||||||
data: [],
|
data: [],
|
||||||
requested: number (representing date)
|
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