63 lines
1.6 KiB
JavaScript
63 lines
1.6 KiB
JavaScript
// source: msgId.proto
|
|
/**
|
|
* @fileoverview
|
|
* @enhanceable
|
|
* @suppress {missingRequire} reports error on implicit type usages.
|
|
* @suppress {messageConventions} JS Compiler reports an error if a variable or
|
|
* field starts with 'MSG_' and isn't a translatable message.
|
|
* @public
|
|
*/
|
|
// GENERATED CODE -- DO NOT EDIT!
|
|
/* eslint-disable */
|
|
// @ts-nocheck
|
|
|
|
var jspb = require('google-protobuf');
|
|
var goog = jspb;
|
|
var global =
|
|
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
(typeof window !== 'undefined' && window) ||
|
|
(typeof global !== 'undefined' && global) ||
|
|
(typeof self !== 'undefined' && self) ||
|
|
(function () { return this; }).call(null) ||
|
|
Function('return this')();
|
|
|
|
goog.exportSymbol('proto.pb.MsgId', null, global);
|
|
/**
|
|
* @enum {number}
|
|
*/
|
|
proto.pb.MsgId = {
|
|
MI_UNKNOWN: 0,
|
|
NTFMAINTAINID: 1000,
|
|
NTFKICKOUTUSERID: 1001,
|
|
REQENTERROOMID: 1002,
|
|
RSPENTERROOMID: 1003,
|
|
REQLEAVEROOMID: 1004,
|
|
RSPLEAVEROOMID: 1005,
|
|
NTFPAYOUTFAILID: 1010,
|
|
REQCHATID: 2000,
|
|
RSPCHATID: 2001,
|
|
REQUSERLOGINID: 2100,
|
|
RSPUSERLOGINID: 2101,
|
|
NTFUSERONLINEID: 2102,
|
|
NTFUSERINSERVICEID: 2103,
|
|
REQUSERLOGOUTID: 2104,
|
|
RSPUSERLOGOUTID: 2105,
|
|
NTFUSEROFFLINEID: 2106,
|
|
REQMATCHROOMID: 2200,
|
|
RSPMATCHROOMID: 2201,
|
|
NTFUSERENTERROOMID: 2202,
|
|
NTFCOLORROOMINFOID: 2300,
|
|
NTFCOLORGAMESTARTID: 2305,
|
|
NTFCOLORBETTINGID: 2310,
|
|
REQCOLORBETTINGID: 2315,
|
|
RSPCOLORBETTINGID: 2320,
|
|
NTFCOLORBETAREAINFOID: 2325,
|
|
NTFCOLORENDBETTINGID: 2330,
|
|
NTFCOLOROPENTHREEDICEID: 2335,
|
|
NTFCOLORSETTLEID: 2340,
|
|
NTFCOLORBIGUSERID: 2345,
|
|
NTFCOLORTRENDID: 2350
|
|
};
|
|
|
|
goog.object.extend(exports, proto.pb);
|