feat: add skeleton

This commit is contained in:
Tsubasa6848
2024-02-08 17:57:37 +08:00
Unverified
parent c1dd363c83
commit fc0f38a278
7 changed files with 12 additions and 7243 deletions
+4
View File
@@ -7,6 +7,10 @@ namespace plugin {
Plugin::Plugin(ll::plugin::NativePlugin& self) : mSelf(self) {
// Code for loading the plugin goes here.
logger.info("GMLIB-LegacyRemoteCallApi Loaded!");
logger.info("Author: GroupMountain");
logger.info("Repository: https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi");
}
bool Plugin::enable() {