WorldLore constructor
const
WorldLore({})
Implementation
const WorldLore({
required this.loreType,
required this.everybodyKnows,
required this.fewKnow,
required this.nobodyKnows,
required this.peasantsBelieve,
required this.nobilityBelieves,
required this.godsPlan,
required this.godsFear,
});