导出i18nFix接口

This commit is contained in:
子沐呀
2024-05-24 20:31:24 +08:00
Unverified
parent b3946d7391
commit 82b5e23e32
2 changed files with 9 additions and 1 deletions
+3
View File
@@ -192,4 +192,7 @@ void Export_Legacy_GMLib_ModAPI() {
return false;
}
});
RemoteCall::exportAs("GMLib_ModAPI", "setFixI18nEnabled", []() -> void {
GMLIB::Mod::VanillaFix::setFixI18nEnabled();
});
}