养成基本完毕,新UI,修bug,装备初步,

This commit is contained in:
FloatGaming
2026-03-23 22:37:14 +08:00
parent 49e45ac464
commit dd205b6cb4
2349 changed files with 261722 additions and 283 deletions
+12
View File
@@ -187,6 +187,18 @@ public class userSettings : MonoBehaviour
yield return null;
}
AllyHeroDeployLedger.EnsureInstance().ResetGrowthProgressOnly();
yield return null;
ExpBottleLedger.EnsureInstance().ResetAllToZero();
yield return null;
DushMaterialLedger.EnsureInstance().ResetAllToZero();
yield return null;
AllyHero_SO.ClearAllEquippedSkills();
yield return null;
#if UNITY_EDITOR
AssetDatabase.SaveAssets();
#endif