Files
mod_card_battle/manifest.json
T
2026-09-10 10:58:00 +03:00

12 lines
214 B
JSON

{
"id": "card_battle",
"name": "CardBattle",
"version": "1.0.0",
"author": "ct",
"description": "Card battle mechanics",
"sources": [
"src/**/*.cs"
],
"depends": [ "core>=1", "interface>=1" ]
}