// Auto Generated Code By excel2json // Generate From Excel\Sentiment.xlsx. SheetName: SentimentConfig using System; using Fort23.GameData; namespace Excel2Json { [Config(prefab = "SentimentConfig.json")] public partial class SentimentConfigHolder : ConfigHolder { } [Serializable] public struct SentimentConfig : IConfig { public int GetID() {return ID;} /// ///modelID /// public int ID; /// ///名称 /// public int name; /// ///图片 /// public string icon; /// /// /// public int mainSentimentEffect; /// /// /// public int[] sentimentEffect; } } // End of Auto Generated Code