C# Class Server.SkillHandlers.Begging.InternalTarget

Inheritance: Server.Targeting.Target
Show file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
InternalTarget ( ) : System

Protected Methods

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

Method Details

InternalTarget() public method

public InternalTarget ( ) : System
return System

OnTarget() protected method

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

OnTargetFinish() protected method

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