WorldStateSync/plugin.json

15 lines
274 B
JSON
Raw Permalink Normal View History

2025-07-01 00:32:48 +08:00
{
"name": "WorldStateSync",
"version": "1.0.0",
"description": "WorldStateSync plugin for Warframe Emulator",
"main": "index.js",
"author": "Your Name",
"license": "GNU",
"config": {
"enabled": true
},
"dependencies": {},
"tags": [
"custom"
]
}