20 lines
801 B
C#
20 lines
801 B
C#
namespace Fantasy
|
|
{
|
|
public static partial class OuterOpcode
|
|
{
|
|
public const uint C2G_TestMessage = 134227729;
|
|
public const uint C2G_TestRequest = 268445457;
|
|
public const uint G2C_TestResponse = 402663185;
|
|
public const uint C2G_CreateAddressableRequest = 268445458;
|
|
public const uint G2C_CreateAddressableResponse = 402663186;
|
|
public const uint C2M_TestMessage = 1342187281;
|
|
public const uint C2M_TestRequest = 1476405009;
|
|
public const uint M2C_TestResponse = 1610622737;
|
|
public const uint C2G_CreateChatRouteRequest = 268445459;
|
|
public const uint G2C_CreateChatRouteResponse = 402663187;
|
|
public const uint C2Chat_TestMessage = 2147493649;
|
|
public const uint C2Chat_TestMessageRequest = 2281711377;
|
|
public const uint Chat2C_TestMessageResponse = 2415929105;
|
|
}
|
|
}
|