17 lines
653 B
C#
17 lines
653 B
C#
namespace Fantasy
|
|
{
|
|
public static partial class InnerOpcode
|
|
{
|
|
public const uint G2Common_EnterRequest = 1073751825;
|
|
public const uint G2Common_EnterResponse = 1207969553;
|
|
public const uint G2Common_ExitRequest = 1073751826;
|
|
public const uint Common2G_ExitResponse = 1207969554;
|
|
public const uint S2G_GetPlayerBasicInfoRequest = 1073751827;
|
|
public const uint G2S_GetPlayerBasicInfoResponse = 1207969555;
|
|
public const uint S2G_ChatMessage = 939534097;
|
|
public const uint Club2Chat_CreateChannel = 939534098;
|
|
public const uint G2Map_EnterRoomRequest = 1073751828;
|
|
public const uint Map2G_EnterRoomResponse = 1207969556;
|
|
}
|
|
}
|