Example #1
0
        public VIPModule(Mobile from, BaseVIPDeed deed) : base()
        {
            this._Canceled      = false;
            this._TimeStarted   = DateTime.MinValue;
            this._ServicePeriod = TimeSpan.Zero;

            if (deed != null)
            {
                this._Tier    = deed.Tier;
                this._Bonuses = deed.Bonuses;
            }

            this.LinkMobile(from);
        }
Example #2
0
        public VIPModule(Mobile from, BaseVIPDeed deed)
            : base()
        {
            this._Canceled = false;
            this._TimeStarted = DateTime.MinValue;
            this._ServicePeriod = TimeSpan.Zero;

            if (deed != null)
            {
                this._Tier = deed.Tier;
                this._Bonuses = deed.Bonuses;
            }

            this.LinkMobile(from);
        }