registerProfession
open fun registerProfession(professionId: ResourceLocation, professionInitilizer: (TaterzenNPC) -> TaterzenProfession)
Content copied to clipboard
Registers a new TaterzenProfession.
Parameters
professionId
a unique id of profession.
professionInitilizer
constructor of profession that accepts TaterzenNPC.