Skip to content
Version 2.11.0
↓ Get the launcher

ExchangeCareItem structure

An item present on the exchange “care” (watch) list, with its current availability.

public struct ExchangeCareItem : IEquatable<ExchangeCareItem>
parameter description
ItemId The item’s config id.
Available How many are currently available.
name description
ExchangeCareItem(…) An item present on the exchange “care” (watch) list, with its current availability.
Available { get; set; } How many are currently available.
ItemId { get; set; } The item’s config id.