| 10 | APSModule::APSModule() {} |
| 11 | |
| 12 | void APSModule::onModuleInit() { |
| 13 | this->setAutoEnableMode(AutoEnableMode::Level); |
| 14 | } |
| 15 | |
| 16 | void APSModule::onJoinLevel(GlobedGJBGL* gjbgl, GJGameLevel* level, bool editor) { |
| 17 | if (!RoomManager::get().getSettings().switcheroo) { |
nothing calls this directly
no outgoing calls
no test coverage detected