示例#1
0
        public Cheat(Watch watch, int value, int?compare = null, bool enabled = true, COMPARISONTYPE comparisonType = COMPARISONTYPE.NONE)
        {
            _enabled        = enabled;
            _watch          = watch;
            _compare        = compare;
            _val            = value;
            _comparisonType = comparisonType;

            Pulse();
        }
示例#2
0
		public Cheat(Watch watch, int value, int? compare = null, bool enabled = true, COMPARISONTYPE comparisonType = COMPARISONTYPE.NONE)
		{
			_enabled = enabled;
			_watch = watch;
			_compare = compare;
			_val = value;
			_comparisonType = comparisonType;

			Pulse();
		}