C# Class cleanLayer.Bots.CombatBot

Inheritance: cleanLayer.Library.BotBase
ファイルを表示 Open project: Vipeax/cleanLayer

Public Methods

Method Description
Pulse ( ) : void
Start ( ) : bool
Stop ( ) : void

Method Details

Pulse() public method

public Pulse ( ) : void
return void

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : void
return void