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

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

Public Methods

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

Protected Methods

Method Description
IncreaseChance ( ExGatherTag tag ) : Task

Method Details

ExecuteRotation() public method

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

Gather() public method

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

IncreaseChance() protected method

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