C# Class ExBuddy.OrderBotTags.Gather.Rotations.UnspoiledGatheringRotation

Inheritance: GatheringRotation, IGetOverridePriority
显示文件 Open project: MGramolini/ExBuddy

Public Methods

Method Description
ExecuteRotation ( ExGatherTag tag ) : Task
Prepare ( ExGatherTag tag ) : Task

Protected Methods

Method Description
IncreaseChance ( ExGatherTag tag ) : Task

Private Methods

Method Description
IGetOverridePriority ( ExGatherTag tag ) : int

Method Details

ExecuteRotation() public method

public ExecuteRotation ( ExGatherTag tag ) : Task
tag ExGatherTag
return Task

IncreaseChance() protected method

protected IncreaseChance ( ExGatherTag tag ) : Task
tag ExGatherTag
return Task

Prepare() public method

public Prepare ( ExGatherTag tag ) : Task
tag ExGatherTag
return Task