A hook event that fires once as Foundry is initializing, right before any
initialization tasks have begun. Most package registration calls should go in here,
such as DocumentSheetConfig.registerSheet, adjusting CONFIG,
and registering settings with game.settings.register.
A hook event that fires once as Foundry is initializing, right before any initialization tasks have begun. Most package registration calls should go in here, such as
DocumentSheetConfig.registerSheet
, adjustingCONFIG
, and registering settings withgame.settings.register
.