Ejemplo n.º 1
0
		public NextAttackEffect( BaseAbility af, NextAttackEffectDelegate OnEffect  )
		{
			this.number = 0;
			this.spell = af;
			this.onEffect = OnEffect;
		}
Ejemplo n.º 2
0
 public NextAttackEffect(BaseAbility af, NextAttackEffectDelegate OnEffect)
 {
     this.number   = 0;
     this.spell    = af;
     this.onEffect = OnEffect;
 }