示例#1
0
        /// <summary>
        /// Applies the setting.
        /// </summary>
        /// <param name="setting">The setting.</param>
        public void ApplySetting(VoteSettings setting)
        {
            base.ApplySetting(setting);

            this.Behavior         = setting.Behavior;
            this.KickMessage      = setting.KickMessage;
            this.NeededCompliants = setting.NeededCompliants;
        }
示例#2
0
        /// <summary>
        /// Applies the setting.
        /// </summary>
        /// <param name="setting">The setting.</param>
        public void ApplySetting(VoteSettings setting)
        {
            base.ApplySetting(setting);

            this.Behavior = setting.Behavior;
            this.KickMessage = setting.KickMessage;
            this.NeededCompliants = setting.NeededCompliants;
        }