DefaultGroup
public struct DefaultGroup : HookGroup
The default group which hooks are assigned to. Hooks which belong to this group are automatically activated during Orion’s standard initialization process.
Orion activates this group after calling Tweak.init()
but prior
to calling Tweak.tweakDidActivate()
.
See
HookGroup