C# Class Server.Engines.Harvest.HarvestBank

Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
CheckRespawn ( ) : void
Consume ( int amount, Mobile from ) : void
HarvestBank ( HarvestDefinition def, Server.Engines.Harvest.HarvestVein defaultVein ) : System

Method Details

CheckRespawn() public method

public CheckRespawn ( ) : void
return void

Consume() public method

public Consume ( int amount, Mobile from ) : void
amount int
from Mobile
return void

HarvestBank() public method

public HarvestBank ( HarvestDefinition def, Server.Engines.Harvest.HarvestVein defaultVein ) : System
def HarvestDefinition
defaultVein Server.Engines.Harvest.HarvestVein
return System