This commit is contained in:
PC-20230316NUNE\Administrator
2023-11-27 19:00:51 +08:00
parent 0da4b5e8d8
commit 62959f80e4
19 changed files with 412 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
[
{
"id": 110001,
"name": "攻击",
"sign": "Attack"
},
{
"id": 110002,
"name": "防御",
"sign": "Defend"
}
]

View File

@@ -0,0 +1,7 @@
[
{
"id": 0,
"Attack": 10,
"Defend": 5
}
]