Ping / circuit latency, break out commands, add typing function for IM, add thinkingTime and charactersPerSecond parameters to typing functions
This commit is contained in:
9
dist/classes/commands/GridCommands.d.ts
vendored
Normal file
9
dist/classes/commands/GridCommands.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/// <reference types="long" />
|
||||
import { MapInfoReply } from '../../events/MapInfoReply';
|
||||
import * as Long from 'long';
|
||||
import { UUID } from '../UUID';
|
||||
import { CommandsBase } from './CommandsBase';
|
||||
export declare class GridCommands extends CommandsBase {
|
||||
getRegionHandle(regionID: UUID): Promise<Long>;
|
||||
getRegionMapInfo(gridX: number, gridY: number): Promise<MapInfoReply>;
|
||||
}
|
||||
Reference in New Issue
Block a user