C# Class Server.Spells.Sixth.ExplosionSpell.InternalTimer

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

Public Methods

Method Description
InternalTimer ( MagerySpell spell, Mobile attacker, Mobile defender, Mobile target ) : System

Protected Methods

Method Description
OnTick ( ) : void

Method Details

InternalTimer() public method

public InternalTimer ( MagerySpell spell, Mobile attacker, Mobile defender, Mobile target ) : System
spell MagerySpell
attacker Mobile
defender Mobile
target Mobile
return System

OnTick() protected method

protected OnTick ( ) : void
return void