C# Class Server.Spells.Necromancy.BloodOathSpell.ExpireTimer

Inheritance: Timer
显示文件 Open project: tbewley10310/Land-of-Archon

Public Methods

Method Description
DoExpire ( ) : void
ExpireTimer ( Mobile caster, Mobile target, TimeSpan delay ) : System

Protected Methods

Method Description
OnTick ( ) : void

Method Details

DoExpire() public method

public DoExpire ( ) : void
return void

ExpireTimer() public method

public ExpireTimer ( Mobile caster, Mobile target, TimeSpan delay ) : System
caster Mobile
target Mobile
delay TimeSpan
return System

OnTick() protected method

protected OnTick ( ) : void
return void