We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861d02b commit b4e99cdCopy full SHA for b4e99cd
Extensions/Inventory/inventory.ts
@@ -1,6 +1,7 @@
1
namespace gdjs {
2
/**
3
* @category Other extensions > Inventory
4
+ * @deprecated use the extension from the extension store instead.
5
*/
6
export class Inventory {
7
_items: any = {};
0 commit comments