C# Class Server.Commands.CommandHandlers.BankTarget

Inheritance: Server.Targeting.Target
Datei anzeigen Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
BankTarget ( ) : System

Protected Methods

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

Method Details

BankTarget() public method

public BankTarget ( ) : System
return System

OnTarget() protected method

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