using System.Collections.Generic; using MongoDB.Bson.Serialization.Attributes; namespace ET { public class RedPacketComponent : Entity, IAwake, IDestroy, IDeserialize, ITransfer, IUnitCache { [BsonIgnore] public Dictionary PacketInfosDic = new Dictionary(); public int doubleActivityId; } }