Files
GMLIB-LegacyRemoteCallApi/manifest.json
T
2024-02-08 18:25:06 +08:00

13 lines
220 B
JSON

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