SelfRegisterModule

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class SelfRegisterModule

Module classes with this annotation will automatically get loaded on game launch. They do not have to be within ModuleManager.modules.

Author

Aton