Industry
public class Industry : Item
A sector that produces goods or related services within an economy.
-
The type or (sub)category of some Item.
Declaration
Swift
@objc dynamic var itemType: String?
-
Undocumented
Declaration
Swift
public required convenience init(from decoder: Decoder) throws