加入很多新内容,这波一块交了
This commit is contained in:
@@ -524,6 +524,8 @@ public class settlementController : MonoBehaviour
|
||||
targetTotalScore = targetPmScore + targetIdolScore;
|
||||
targetTotalPercent = (float)targetTotalScore / Mathf.Max(1, _1000000) * 100f;
|
||||
|
||||
PlayerSkillService.NotifySettlementCompleted(targetIdolScore);
|
||||
|
||||
finalScore_Text.text = targetTotalScore.ToString();
|
||||
pmScoreSum_Text.text = targetPmScore.ToString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user