Files
GMLIB-LegacyRemoteCallApi/manifest.json
T
2024-03-25 23:07:28 +08:00

15 lines
275 B
JSON

{
"name": "${pluginName}",
"entry": "${pluginFile}",
"version": "0.9.5",
"author": "GroupMountain",
"type": "native",
"dependencies": [
{
"name": "GMLIB"
},
{
"name": "LegacyRemoteCall"
}
]
}