This commit is contained in:
2026-09-10 10:59:37 +03:00
commit fe403c2dd6
27 changed files with 2675 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"id": "ff_battle",
"name": "FFBattle",
"version": "1.0.0",
"author": "ct",
"description": "Final Fantasy style battle system",
"sources": [
"src/**/*.cs"
],
"depends": [ "core>=1", "interface>=1" ]
}