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