Closed dpeter99 closed 1 year ago
This PR adds the ability to remove modules during setup. This means that RemoveModule can be called in PreInit and Init, this will cause the module to be removed after Init but before the first Update
RemoveModule
PreInit
Init
Update
This PR adds the ability to remove modules during setup. This means that
RemoveModule
can be called inPreInit
andInit
, this will cause the module to be removed afterInit
but before the firstUpdate