C# Class Server.Spells.Fifth.BladeSpiritsSpell.InternalTarget

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

Public Methods

Method Description
InternalTarget ( BladeSpiritsSpell owner ) : System

Protected Methods

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

Method Details

InternalTarget() public method

public InternalTarget ( BladeSpiritsSpell owner ) : System
owner BladeSpiritsSpell
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

OnTargetOutOfLOS() protected method

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