VSMod_AriasServerUtils/ModTemplate/modinfo.json
2025-01-18 00:43:16 -07:00

13 lines
No EOL
225 B
JSON

{
"type": "code",
"modid": "mymodid",
"name": "My Template Mod",
"authors": [
"Unknown"
],
"description": "To be added",
"version": "1.0.0",
"dependencies": {
"game": ""
}
}