CreateGrants() - originalfoo/Prison-Architect-API GitHub Wiki
##Overview
The CreateGrants() event will be called whenever your mod is activated within an active game, or whenever a game is started or loaded while your mod is active.
It's primary purpose is to trigger one or more custom functions that define the grants added by your mod. For more details, see grants.lua.