This commit is contained in:
Putoo
2026-07-18 13:36:20 +08:00
parent 2c07c6c3f1
commit 8d1ab092f2

View File

@@ -325,8 +325,16 @@ public class FightController : ControllerBase
{
myHarm,
otHarm,
myAttr = new { no = myAttr.viceId, name = myAttr.name, blood = myAttr.blood, upBlood = myAttr.upBlood },
otAttr = new { no = otAttr.viceId, name = otAttr.name, blood = otAttr.blood, upBlood = otAttr.upBlood },
myAttr = new
{
no = myAttr.viceId, code = myAttr.code, name = myAttr.name, blood = myAttr.blood,
upBlood = myAttr.upBlood
},
otAttr = new
{
no = otAttr.viceId, code = otAttr.code, name = otAttr.name, blood = otAttr.blood,
upBlood = otAttr.upBlood
},
myDrug = myDrug.drug,
myLoad = myLoad,
exitCopper,