C# Class Server.Items.ShepherdsCrook.HerdingTarget.InternalTarget

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

Public Methods

Method Description
InternalTarget ( BaseCreature c ) : System

Protected Methods

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

Method Details

InternalTarget() public method

public InternalTarget ( BaseCreature c ) : System
c Server.Mobiles.BaseCreature
return System

OnTarget() protected method

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