Skip to content

Commit b4e99cd

Browse files
committed
Add a depreciation tag on the Inventory class.
1 parent 861d02b commit b4e99cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Extensions/Inventory/inventory.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
namespace gdjs {
22
/**
33
* @category Other extensions > Inventory
4+
* @deprecated use the extension from the extension store instead.
45
*/
56
export class Inventory {
67
_items: any = {};

0 commit comments

Comments
 (0)