新增相关协议
This commit is contained in:
@@ -2,16 +2,12 @@ namespace Fantasy
|
||||
{
|
||||
public static partial class InnerOpcode
|
||||
{
|
||||
public const uint G2Game_EnterRequest = 1073751825;
|
||||
public const uint Game2G_EnterResponse = 1207969553;
|
||||
public const uint G2Game_ExitRequest = 1073751826;
|
||||
public const uint Game2G_ExitResponse = 1207969554;
|
||||
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 G2S_EnterRequest = 1073751828;
|
||||
public const uint S2G_EnterResponse = 1207969556;
|
||||
public const uint G2S_ExitRequest = 1073751829;
|
||||
public const uint S2G_ExitResponse = 1207969557;
|
||||
public const uint S2G_ChatMessage = 939534097;
|
||||
public const uint Club2Chat_CreateChannel = 939534098;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user