超大量的更新 修复很多问题,gameplay特效初步
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user