47 lines
2.3 KiB
C#
47 lines
2.3 KiB
C#
namespace Fantasy
|
|
{
|
|
public static partial class OuterOpcode
|
|
{
|
|
public const uint C2A_RegisterRequest = 268445457;
|
|
public const uint A2C_RegisterResponse = 402663185;
|
|
public const uint C2A_LoginRequest = 268445458;
|
|
public const uint A2C_LoginResponse = 402663186;
|
|
public const uint C2G_LoginRequest = 268445459;
|
|
public const uint G2C_LoginResponse = 402663187;
|
|
public const uint G2C_LoginRepeatedMessage = 134227729;
|
|
public const uint C2G_GetGameAccountInfo = 268445460;
|
|
public const uint G2C_GetGameAccountInfo = 402663188;
|
|
public const uint G2C_OpenGameNameInputWindowsMessage = 134227730;
|
|
public const uint C2G_UpdateAndSaveGameNameRequest = 268445461;
|
|
public const uint G2C_UpdateAndSaveGameNameResponse = 402663189;
|
|
public const uint C2Chat_TestRequest = 2281711377;
|
|
public const uint Chat2C_TestResponse = 2415929105;
|
|
public const uint C2G_TestMessage = 134227731;
|
|
public const uint C2G_TestRequest = 268445462;
|
|
public const uint G2C_TestResponse = 402663190;
|
|
public const uint C2G_TestRequestPushMessage = 134227732;
|
|
public const uint G2C_PushMessage = 134227733;
|
|
public const uint C2G_CreateAddressableRequest = 268445463;
|
|
public const uint G2C_CreateAddressableResponse = 402663191;
|
|
public const uint C2M_TestMessage = 1342187281;
|
|
public const uint C2M_TestRequest = 1476405009;
|
|
public const uint M2C_TestResponse = 1610622737;
|
|
public const uint C2G_CreateChatRouteRequest = 268445464;
|
|
public const uint G2C_CreateChatRouteResponse = 402663192;
|
|
public const uint C2Chat_TestMessage = 2147493649;
|
|
public const uint C2Chat_TestMessageRequest = 2281711378;
|
|
public const uint Chat2C_TestMessageResponse = 2415929106;
|
|
public const uint C2M_MoveToMapRequest = 1476405010;
|
|
public const uint M2C_MoveToMapResponse = 1610622738;
|
|
public const uint C2G_SendAddressableToMap = 134227734;
|
|
public const uint C2Chat_TestRequestPushMessage = 2147493650;
|
|
public const uint Chat2C_PushMessage = 2147493651;
|
|
public const uint C2G_CreateSubSceneRequest = 268445465;
|
|
public const uint G2C_CreateSubSceneResponse = 402663193;
|
|
public const uint C2G_SendToSubSceneMessage = 134227735;
|
|
public const uint C2G_CreateSubSceneAddressableRequest = 268445466;
|
|
public const uint G2C_CreateSubSceneAddressableResponse = 402663194;
|
|
public const uint C2SubScene_TestMessage = 1342187282;
|
|
}
|
|
}
|