[+] proto

[+] proto
This commit is contained in:
ALEXTANG
2023-05-17 21:38:14 +08:00
parent b2b5c9274c
commit 9b1c5e6f0a
7 changed files with 176 additions and 69 deletions

View File

@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
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;
}
}