namespace EggLink.DanhengServer.Data.Excel; [ResourceEntity("ChatBubbleConfig.json")] public class ChatBubbleConfigExcel : ExcelResource { public int ID { get; set; } public override int GetId() { return ID; } public override void Loaded() { GameData.ChatBubbleConfigData[ID] = this; } }