养成基本完毕,新UI,修bug,装备初步,
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user