C# Class Server.Spells.SpellHelper.SpellDamageTimerAOS

Inheritance: Timer
Mostra file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
SpellDamageTimerAOS ( Spell s, Mobile target, Mobile from, int damage, int phys, int fire, int cold, int pois, int nrgy, System.TimeSpan delay, DFAlgorithm dfa ) : System

Protected Methods

Method Description
OnTick ( ) : void

Method Details

OnTick() protected method

protected OnTick ( ) : void
return void

SpellDamageTimerAOS() public method

public SpellDamageTimerAOS ( Spell s, Mobile target, Mobile from, int damage, int phys, int fire, int cold, int pois, int nrgy, System.TimeSpan delay, DFAlgorithm dfa ) : System
s Spell
target Mobile
from Mobile
damage int
phys int
fire int
cold int
pois int
nrgy int
delay System.TimeSpan
dfa DFAlgorithm
return System