feat: adapt

This commit is contained in:
KobeBryant114514
2024-10-20 16:00:57 +08:00
Unverified
parent 5cc610a830
commit 2a4a884d7a
9 changed files with 340 additions and 288 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
ll::Logger logger(PLUGIN_NAME);
namespace GMLIB {
namespace gmlib {
std::unique_ptr<LegacyRemoteCallApi>& LegacyRemoteCallApi::getInstance() {
static std::unique_ptr<LegacyRemoteCallApi> instance;
@@ -32,6 +32,6 @@ bool LegacyRemoteCallApi::enable() { return true; }
bool LegacyRemoteCallApi::disable() { return true; }
} // namespace GMLIB
} // namespace gmlib
LL_REGISTER_MOD(LegacyRemoteCallApi, LegacyRemoteCallApi::getInstance());