InventoryItem

constructor(id: Int, count: Int, charges: Int? = null, skin: Int? = null, upgrades: List<Int> = listOf(), infusions: List<Int> = listOf(), binding: String? = null)