C# Class Server.Items.DyeTub.InternalTarget

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

Public Methods

Method Description
InternalTarget ( DyeTub tub ) : System.Collections.Generic

Protected Methods

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

Method Details

InternalTarget() public method

public InternalTarget ( DyeTub tub ) : System.Collections.Generic
tub DyeTub
return System.Collections.Generic

OnTarget() protected method

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