41 lines
1.0 KiB
JavaScript
41 lines
1.0 KiB
JavaScript
|
// source: service.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.ServiceTypeId', null, global);
|
||
|
/**
|
||
|
* @enum {number}
|
||
|
*/
|
||
|
proto.pb.ServiceTypeId = {
|
||
|
STI_UNKNOWN: 0,
|
||
|
STI_LOGIN: 10000,
|
||
|
STI_CHAT: 10005,
|
||
|
STI_MATCH: 10010,
|
||
|
STI_LOBBY: 10015,
|
||
|
STI_ADMIN: 10020,
|
||
|
STI_GATE: 20000,
|
||
|
STI_COLORGAME: 20005,
|
||
|
STI_DB: 30000
|
||
|
};
|
||
|
|
||
|
goog.object.extend(exports, proto.pb);
|