@xmobitea/gn-server
Version:
GearN Server by XmobiTea (Pro)
19 lines (18 loc) • 741 B
TypeScript
export declare class Commands {
static readonly USER_AGENT: string;
static readonly CONTENT_TYPE: string;
static readonly CONTENT_LENGTH: string;
static readonly APPLICATION_JSON: string;
static readonly APPLICATION_MSGPACK: string;
static readonly RequestAuthTokenCmd: string;
static readonly RequestSecretCmd: string;
static readonly RequestGameIdCmd: string;
static readonly RequestCmd_MsgPack: string;
static readonly ResponseCmd_MsgPack: string;
static readonly EventCmd_MsgPack: string;
static readonly RequestCmd_Json: string;
static readonly ResponseCmd_Json: string;
static readonly EventCmd_Json: string;
static readonly Data: string;
static readonly File: string;
}