Ping / circuit latency, break out commands, add typing function for IM, add thinkingTime and charactersPerSecond parameters to typing functions
This commit is contained in:
11
dist/classes/commands/CommandsBase.d.ts
vendored
Normal file
11
dist/classes/commands/CommandsBase.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Region } from '../Region';
|
||||
import { Bot } from '../../Bot';
|
||||
import { Agent } from '../Agent';
|
||||
import { Circuit } from '../Circuit';
|
||||
export declare class CommandsBase {
|
||||
protected currentRegion: Region;
|
||||
protected agent: Agent;
|
||||
protected bot: Bot;
|
||||
protected circuit: Circuit;
|
||||
constructor(region: Region, agent: Agent, bot: Bot);
|
||||
}
|
||||
Reference in New Issue
Block a user