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