Ejemplo n.º 1
0
		public GlowEndAndBaseStatWrapper(GlowParameters xGlow, BaseStats xStats, BaseStats.StatusEffectSource enTypeToWatch)
		{
			this.xGlow = xGlow;
			this.xStats = xStats;
			this.enTypeToWatch = enTypeToWatch;
		}
Ejemplo n.º 2
0
		public EffectAndBaseStatWrapper(IEffect xEffect, BaseStats xStats, BaseStats.StatusEffectSource enTypeToWatch)
		{
			this.xEffect = xEffect;
			this.xStats = xStats;
			this.enTypeToWatch = enTypeToWatch;
		}