This commit is contained in:
2026-09-10 10:58:00 +03:00
commit 27f38c6c1f
50 changed files with 3403 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"id": "card_battle",
"name": "CardBattle",
"version": "1.0.0",
"author": "ct",
"description": "Card battle mechanics",
"sources": [
"src/**/*.cs"
],
"depends": [ "core>=1", "interface>=1" ]
}