|
@@ -349,6 +349,7 @@ namespace GFGGame
|
|
|
GetSkillScore(FightRoleType.TAEGET, roundIndex, currentTime, partId, targetMainScore, targetCardId, targetSkillLvs, targetRoundTime, ref targetScore, mainScore, cardId, skillLvs, roundTime, ref score);
|
|
|
// Debug.Log(" targetScore444:" + targetScore);
|
|
|
}
|
|
|
+ partId++;
|
|
|
currentTime = BeginTime.ALL_PERFECT_START;
|
|
|
GetSkillScore(FightRoleType.MINE, roundIndex, currentTime, partId, mainScore, cardId, skillLvs, roundTime, ref score, targetMainScore, targetCardId, targetSkillLvs, targetRoundTime, ref targetScore);
|
|
|
GetSkillScore(FightRoleType.TAEGET, roundIndex, currentTime, partId, targetMainScore, targetCardId, targetSkillLvs, targetRoundTime, ref targetScore, mainScore, cardId, skillLvs, roundTime, ref score);
|