1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 09:44:02 +00:00
This commit is contained in:
fgenesis 2023-06-01 13:49:22 +02:00
parent f15771f79b
commit 36ea0fb8fb

View file

@ -258,6 +258,8 @@ bool Mod::tryStart()
debugLog("MOD: no scene loaded in mod-init");
return false;
}
return true;
}
bool Mod::isActive() const