MCPcopy Create free account
hub / github.com/GlobedGD/globed2 / onModuleInit

Method onModuleInit

src/modules/two-player/TwoPlayerModule.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void TwoPlayerModule::onModuleInit() {
30 this->setAutoEnableMode(AutoEnableMode::Level);
31}
32
33Result<> TwoPlayerModule::onDisabled() {
34 m_linkedPlayer.reset();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected