继续更新小问题,增加了启动编队前外部头像预览

This commit is contained in:
FloatGaming
2025-12-12 23:15:43 +08:00
parent b0c0aee6dc
commit aaca372833
65 changed files with 7315 additions and 396 deletions
+3
View File
@@ -29,6 +29,9 @@ public class SkillGroup
[Tooltip("A multiline description for this skill group. Use this to store notes or an overview that can be shown at runtime.")]
public string skillDescriptionsText = "";
[Tooltip("This skill group requires the hero to reach at least this level (1-4) to be selectable.")]
public int thisSkill_levelLimit = 1;
// 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)