using System.Collections.Generic; namespace ET { public class OfflineOrderMsgComponent : Entity, IAwake, IDestroy { //RoleId2List public Dictionary> Role2OfflineOrderMsgDic = new Dictionary>(); } }