2025-07-05 16:16:50 +08:00

37 lines
993 B
TypeScript

import * as $protobuf from "protobufjs";
import Long = require("long");
/** MsgId enum. */
export enum 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
}