C# Class Server.Commands.CommandHandlers.ClientTarget

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

Public Methods

Method Description
ClientTarget ( ) : System

Protected Methods

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

Method Details

ClientTarget() public method

public ClientTarget ( ) : System
return System

OnTarget() protected method

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