You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: types/steamcommunity/classes/CEconItem.d.ts
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,15 @@ declare class CEconItem {
65
65
tags: any[];
66
66
/** Not always present. An object containing arbitrary data as reported by the game's item server. */
67
67
app_data?: any;
68
+
/** An array of objects containing the item's asset properties. These are not always present, and their contents are entirely arbitrary and up to the game. */asset_properties?:
0 commit comments