// Auto Generated Code By excel2json // Generate From Excel\ResourceLevel.xlsx. SheetName: ResourceLevelConfig using System; using Fort23.GameData; namespace Excel2Json { [Config(prefab = "ResourceLevelConfig.json")] public partial class ResourceLevelConfigHolder : ConfigHolder { } [Serializable] public struct ResourceLevelConfig : IConfig { public int GetID() {return ID;} /// /// /// public int ID; /// ///等级 /// public int Level; /// ///1001 /// public float value1; /// ///1002 /// public float value2; /// ///1003 /// public float value3; /// ///1004 /// public float value4; /// ///1005 /// public float value5; /// ///1006 /// public float value6; } } // End of Auto Generated Code