NPCSchema constructor
NPCSchema({})
Returns a new NPCSchema instance.
Implementation
NPCSchema({
required this.name,
required this.code,
required this.description,
required this.type,
this.items = const [],
});
Returns a new NPCSchema instance.
NPCSchema({
required this.name,
required this.code,
required this.description,
required this.type,
this.items = const [],
});