NpcMerchantBuySchema constructor
Returns a new NpcMerchantBuySchema instance.
Implementation
NpcMerchantBuySchema({
required this.code,
required this.quantity,
});
Returns a new NpcMerchantBuySchema instance.
NpcMerchantBuySchema({
required this.code,
required this.quantity,
});