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

Inheritance: Target
Exibir arquivo Open project: tbewley10310/Land-of-Archon

Public Methods

Method Description
InternalTarget ( Server.Spells.Necromancy.BloodOathSpell owner ) : System

Protected Methods

Method Description
OnTarget ( Mobile from, object o ) : void
OnTargetFinish ( Mobile from ) : void

Method Details

InternalTarget() public method

public InternalTarget ( Server.Spells.Necromancy.BloodOathSpell owner ) : System
owner Server.Spells.Necromancy.BloodOathSpell
return System

OnTarget() protected method

protected OnTarget ( Mobile from, object o ) : void
from Mobile
o object
return void

OnTargetFinish() protected method

protected OnTargetFinish ( Mobile from ) : void
from Mobile
return void