继续更新小问题,增加了启动编队前外部头像预览
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user