This is a question related to bannerlord modding api
Current implementation of my mod uses campaignGameStarter.AddBehavior to add a campaign behavior and that behavior later on adds mission behavior via Mission.Current.AddMissionBehavior
This is working for campaign, but I would like the same...