| 11 | DeathlinkModule::DeathlinkModule() = default; |
| 12 | |
| 13 | void DeathlinkModule::onModuleInit() { |
| 14 | this->setAutoEnableMode(AutoEnableMode::Level); |
| 15 | } |
| 16 | |
| 17 | void DeathlinkModule::onJoinLevel(GlobedGJBGL* gjbgl, GJGameLevel* level, bool editor) { |
| 18 | // if deathlink is disabled, disable the module for this level |
nothing calls this directly
no outgoing calls
no test coverage detected