// Auto Generated Code By excel2json // Generate From Excel\Reddot.xlsx. SheetName: ReddotConfig using System; using Fort23.GameData; namespace Excel2Json { [Config(prefab = "ReddotConfig.json")] public partial class ReddotConfigHolder : ConfigHolder { } [Serializable] public struct ReddotConfig : IConfig { public int GetID() {return ID;} /// ///ID /// public int ID; /// ///红点组ID /// public int GroupID; /// ///关联组ID 填写与本组相关联的组ID /// public int[] LinkGroupID; /// ///激活来自指定 /// public int EnableForTarget; /// ///红点层级数 /// public int Layer; /// ///红点序列 /// public int Enable; /// ///是否点了暂时消失 /// public int Visible; } } // End of Auto Generated Code