public GlowEndAndBaseStatWrapper(GlowParameters xGlow, BaseStats xStats, BaseStats.StatusEffectSource enTypeToWatch)
		{
			this.xGlow = xGlow;
			this.xStats = xStats;
			this.enTypeToWatch = enTypeToWatch;
		}
		public EffectAndBaseStatWrapper(IEffect xEffect, BaseStats xStats, BaseStats.StatusEffectSource enTypeToWatch)
		{
			this.xEffect = xEffect;
			this.xStats = xStats;
			this.enTypeToWatch = enTypeToWatch;
		}