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