mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
合理化程序集,服务器Logic无需共享的代码存放解决方案目录,无需走Unity目录
合理化程序集,服务器Logic无需共享的代码存放解决方案目录,无需走Unity目录
This commit is contained in:
8
DotNet/Logic/src/Generate/NetworkProtocol/InnerOpcode.cs
Normal file
8
DotNet/Logic/src/Generate/NetworkProtocol/InnerOpcode.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace TEngine
|
||||
{
|
||||
public static partial class InnerOpcode
|
||||
{
|
||||
public const int I_G2M_LoginAddressRequest = 220001001;
|
||||
public const int I_M2G_LoginAddressResponse = 260001001;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user