C# Class WoW.Fishing.Manager

Datei anzeigen Open project: trenus/Bots.WoW.Fishing

Public Methods

Method Description
Manager ( ) : System.Threading
SaveCursors ( ) : void
StartFishing ( ) : void
StopFishing ( ) : void

Private Methods

Method Description
Compare ( Bitmap bmp1, Bitmap bmp2 ) : bool
DoFishing ( ) : void
GetBobberSize ( ) : Rectangle
LookForBobber ( ) : Point
WaitForBite ( ) : void

Method Details

Manager() public method

public Manager ( ) : System.Threading
return System.Threading

SaveCursors() public method

public SaveCursors ( ) : void
return void

StartFishing() public method

public StartFishing ( ) : void
return void

StopFishing() public method

public StopFishing ( ) : void
return void