养成基本完毕,新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
+3
View File
@@ -32,6 +32,9 @@ public class SkillGroup
[Tooltip("This skill group requires the hero to reach at least this level (1-4) to be selectable.")]
public int thisSkill_levelLimit = 1;
[Tooltip("Marks this skill group as the hero's exclusive special skill.")]
public bool isSpecialSkill = false;
// Backwards-compatible accessor that previously returned a per-skill description.
// Now returns the single group-level text so callers can still obtain a description string.
public string GetSkillDescription(int index)