NPCItem constructor
NPCItem({})
Returns a new NPCItem instance.
Implementation
NPCItem({
required this.code,
required this.npc,
required this.currency,
required this.buyPrice,
required this.sellPrice,
});
Returns a new NPCItem instance.
NPCItem({
required this.code,
required this.npc,
required this.currency,
required this.buyPrice,
required this.sellPrice,
});