From d8f8fd01d9743bf1f60b31d377f8e7ca7ccc6028 Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Wed, 17 May 2023 21:38:24 +0800 Subject: [PATCH] [+] proto --- Luban/Proto/Gen/NetMsgId.cs | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Luban/Proto/Gen/NetMsgId.cs diff --git a/Luban/Proto/Gen/NetMsgId.cs b/Luban/Proto/Gen/NetMsgId.cs new file mode 100644 index 00000000..92d447f6 --- /dev/null +++ b/Luban/Proto/Gen/NetMsgId.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using ProtoBuf; +using TEngine; +using System.Collections.Generic; + +namespace GameProto +{ + public partial class NetMsgId + { + //帐号登录请求 + public const int CS_CMD_ACT_LOGIN_REQ = 2001; + //帐号登录回包 + public const int CS_CMD_ACT_LOGIN_RES = 2002; + } +} \ No newline at end of file