UNPKG

minecraft-rcon-client

Version:

Remote console client RCON. Allows you to send commands to any RCON server.

10 lines (9 loc) 385 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PacketType = void 0; var PacketType; (function (PacketType) { PacketType[PacketType["RESPONSE"] = 0] = "RESPONSE"; PacketType[PacketType["REQUEST"] = 2] = "REQUEST"; PacketType[PacketType["LOGIN"] = 3] = "LOGIN"; })(PacketType = exports.PacketType || (exports.PacketType = {}));