C# Class Server.Spells.Sixth.ParalyzeFieldSpell.InternalTarget

Inheritance: Server.Targeting.Target
显示文件 Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
InternalTarget ( ParalyzeFieldSpell owner ) : System

Protected Methods

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

Method Details

InternalTarget() public method

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