Exemplo n.º 1
0
            public UseBagEntry(BagOfSendingDono bag, bool enabled)
                : base(6189)
            {
                this.m_Bag = bag;

                if (!enabled)
                {
                    this.Flags |= CMEFlags.Disabled;
                }
            }
Exemplo n.º 2
0
 public SendTarget(BagOfSendingDono bag)
     : base(-1, false, TargetFlags.None)
 {
     this.m_Bag = bag;
 }