212121
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user