C# Class Server.Engines.Harvest.HarvestTarget

Inheritance: Server.Targeting.Target
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
HarvestTarget ( Server.Items.Item tool, HarvestSystem system ) : Server.Items

Méthodes protégées

Méthode Description
OnTarget ( Mobile from, object targeted ) : void

Private Methods

Méthode Description
DestroyFurniture ( Mobile from, Server.Items.Item item ) : void

Method Details

HarvestTarget() public méthode

public HarvestTarget ( Server.Items.Item tool, HarvestSystem system ) : Server.Items
tool Server.Items.Item
system HarvestSystem
Résultat Server.Items

OnTarget() protected méthode

protected OnTarget ( Mobile from, object targeted ) : void
from Mobile
targeted object
Résultat void