using System.Collections.Generic; namespace ET { public class ChatComponent : Entity, IAwake, IDestroy { //ChatType_Id -> List public Dictionary> ChatInfo = new Dictionary>(); } }