技能主要更新,修复卡顿并加入动画,以及各种其他更新。
This commit is contained in:
@@ -114,6 +114,15 @@ public class InGamePerformanceManager : MonoBehaviour
|
||||
CheckAchievementsByCategory(AchievementCategory.TotalManaRestored, totalMana);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 更新本局总分数并检查成就
|
||||
/// </summary>
|
||||
public void UpdateTotalScore(float totalScore)
|
||||
{
|
||||
Debug.Log($"[PerformanceManager] UpdateTotalScore called with: {totalScore}");
|
||||
CheckAchievementsByCategory(AchievementCategory.TotalScore, totalScore);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 通用的成就检测逻辑
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user