// Auto Generated Code By excel2json // Generate From Excel\ActivityTreasureMap.xlsx. SheetName: TMActivitySupportConfig using System; using Fort23.GameData; namespace Excel2Json { [Config(prefab = "TMActivitySupportConfig.json")] public partial class TMActivitySupportConfigHolder : ConfigHolder { } [Serializable] public struct TMActivitySupportConfig : IConfig { public int GetID() {return ID;} /// ///ID /// public int ID; /// ///势力ID 1=教会 2=商人 /// public int SupportGroup; /// ///等级 /// public int Level; /// ///需求赞助价值 /// public int SupportScore; /// ///奖励道具 item表ID,不超过2个 /// public int[] RewardItemId; /// ///道具数量 /// public int[] RewardItemCount; /// ///解锁科技 Buff表ID,配了道具就不要配这个 /// public int UnlockTech; } } // End of Auto Generated Code