// Auto Generated Code By excel2json // Generate From Excel\BluePrintPosition.xlsx. SheetName: BluePrintPositionConfig using System; using Fort23.GameData; namespace Excel2Json { [Config(prefab = "BluePrintPositionConfig.json")] public partial class BluePrintPositionConfigHolder : ConfigHolder { } [Serializable] public struct BluePrintPositionConfig : IConfig { public int GetID() {return ID;} /// ///ID1 /// public int ID; /// ///图纸类型 1=短柄 2=长柄 3=盾牌 4=圣物 5=法器 6=弓箭 7=枪炮 /// public int Type; /// ///蓝图组ID /// public int[] BPGroupID; /// ///类型图标 /// public string TypeIcon; /// ///类型名称 /// public int TypeName; } } // End of Auto Generated Code