超大量的更新 修复很多问题,gameplay特效初步

This commit is contained in:
FloatGaming
2026-02-14 23:46:20 +08:00
parent ef8eb67259
commit 3a7a0b4669
360 changed files with 85670 additions and 4144 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
using UnityEngine;
using UnityEngine;
[System.Serializable]
public class SkillGroup
@@ -9,10 +9,10 @@ public class SkillGroup
[Tooltip("Optional human-readable name for the group (for designers).")]
public string groupName = "";
// 新增:栏目编号,用于分组和排序
// Documentation text normalized.
public int columnID = 0;
// 新增:栏目名字,用于UI显示
// Documentation text normalized.
public string columnName = "";
// Variable-length list of SkillDefinitions so one group ID can map to multiple skills