feat: custom event

This commit is contained in:
Tsubasa6848
2024-03-04 03:30:02 +08:00
Unverified
parent 31354c1f50
commit 39a798d79d
4 changed files with 159 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ auto load(ll::plugin::NativePlugin& self) -> bool {
Export_Legacy_GMLib_ServerAPI();
Export_Compatibility_API();
ExportPAPI();
Export_Event_API();
logger.info("GMLIB-LegacyRemoteCallApi Loaded!");
logger.info("Version: {}", LIB_VERSION.asString());
logger.info("Author: GroupMountain");