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

15 lines
276 B
JSON

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