C# Class ExBuddy.OrderBotTags.Behaviors.ExTurnInGuildLeveTag

Inheritance: ExProfileBehavior
Mostrar archivo Open project: MGramolini/ExBuddy

Private Properties

Property Type Description
CloseWindows void
HandleTalk Task
InteractWithNpc Task
WaitForOpenWindow Task

Protected Methods

Method Description
DoReset ( ) : void
Main ( ) : Task
OnDone ( ) : void

Private Methods

Method Description
CloseWindows ( ) : void
HandleTalk ( int interval = 100 ) : Task
InteractWithNpc ( ) : Task
WaitForOpenWindow ( ) : Task

Method Details

DoReset() protected method

protected DoReset ( ) : void
return void

Main() protected method

protected Main ( ) : Task
return Task

OnDone() protected method

protected OnDone ( ) : void
return void