mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
9 lines
188 B
C#
9 lines
188 B
C#
namespace TEngine
|
|
{
|
|
public static partial class InnerOpcode
|
|
{
|
|
public const int I_G2M_LoginAddressRequest = 220001001;
|
|
public const int I_M2G_LoginAddressResponse = 260001001;
|
|
}
|
|
}
|