C# Class Server.Spells.Seventh.ChainLightningSpell.InternalTarget

Inheritance: Server.Targeting.Target
Mostrar archivo Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
InternalTarget ( ChainLightningSpell owner ) : System.Collections.Generic

Protected Methods

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

Method Details

InternalTarget() public method

public InternalTarget ( ChainLightningSpell owner ) : System.Collections.Generic
owner ChainLightningSpell
return System.Collections.Generic

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