using System.Collections.Generic; using MongoDB.Bson.Serialization.Attributes; namespace ET { public class UnitLimitInfosComponent : Entity, IAwake, IDestroy, IUnitCache, ITransfer, IDeserialize, IConfigHotLoad { public string StrId = ""; [BsonIgnore] public Dictionary LimitInfosDic = new Dictionary(); [BsonIgnore] public M2C_NoticeUnitLimitPlayTimes NoticeLimitPlayTimesMessage = new M2C_NoticeUnitLimitPlayTimes(); } }