| 27 | } |
| 28 | |
| 29 | void TwoPlayerModule::onModuleInit() { |
| 30 | this->setAutoEnableMode(AutoEnableMode::Level); |
| 31 | } |
| 32 | |
| 33 | Result<> TwoPlayerModule::onDisabled() { |
| 34 | m_linkedPlayer.reset(); |
nothing calls this directly
no outgoing calls
no test coverage detected