12 lines
214 B
JSON
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" ]
|
|
}
|