C# Class Server.Spells.SpellHelper.SpellDamageTimer

Inheritance: Timer
ファイルを表示 Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
SpellDamageTimer ( Spell s, Mobile target, Mobile from, int damage, System.TimeSpan delay ) : System

Protected Methods

Method Description
OnTick ( ) : void

Method Details

OnTick() protected method

protected OnTick ( ) : void
return void

SpellDamageTimer() public method

public SpellDamageTimer ( Spell s, Mobile target, Mobile from, int damage, System.TimeSpan delay ) : System
s Spell
target Mobile
from Mobile
damage int
delay System.TimeSpan
return System