C# Class cleanLayer.Bots.Multiboxer

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

Public Properties

Property Type Description
FSM cleanLayer.Library.FSM.Engine
FollowingLeader bool
Leader cleanCore.WoWPlayer

Public Methods

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

Method Details

Multiboxer() public method

public Multiboxer ( ) : System
return System

Pulse() public method

public Pulse ( ) : void
return void

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : void
return void

Property Details

FSM public_oe property

public Engine,cleanLayer.Library.FSM FSM
return cleanLayer.Library.FSM.Engine

FollowingLeader public_oe property

public bool FollowingLeader
return bool

Leader public_oe property

public WoWPlayer,cleanCore Leader
return cleanCore.WoWPlayer