C# Class Server.SkillHandlers.Inscribe.InternalTargetSrc

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

Public Methods

Method Description
InternalTargetSrc ( ) : System

Protected Methods

Method Description
OnTarget ( Server.Mobile from, object targeted ) : void
OnTargetCancel ( Server.Mobile from, TargetCancelType cancelType ) : void

Method Details

InternalTargetSrc() public method

public InternalTargetSrc ( ) : System
return System

OnTarget() protected method

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

OnTargetCancel() protected method

protected OnTargetCancel ( Server.Mobile from, TargetCancelType cancelType ) : void
from Server.Mobile
cancelType TargetCancelType
return void