// 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; /// ///道具ID /// public int[] ItemIDs; /// ///道具数量 /// public float[] ItemRates; } } // End of Auto Generated Code