Ping / circuit latency, break out commands, add typing function for IM, add thinkingTime and charactersPerSecond parameters to typing functions
This commit is contained in:
5
dist/classes/commands/NetworkCommands.d.ts
vendored
Normal file
5
dist/classes/commands/NetworkCommands.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { CommandsBase } from './CommandsBase';
|
||||
export declare class NetworkCommands extends CommandsBase {
|
||||
private throttleGenCounter;
|
||||
setBandwidth(total: number): void;
|
||||
}
|
||||
Reference in New Issue
Block a user