重导协议
This commit is contained in:
@@ -30,28 +30,29 @@ namespace Fantasy
|
||||
public const uint Game2C_GetRoleInfoResponse = 2415929111;
|
||||
public const uint Map2C_RoleEnterRoomNotify = 2147493652;
|
||||
public const uint Map2C_RoleExitRoomNotify = 2147493653;
|
||||
public const uint Map2C_RoleStateNotify = 2147493654;
|
||||
public const uint Map2C_RoleGearChangeNotify = 2147493655;
|
||||
public const uint Map2C_RolePropertyChangeNotify = 2147493656;
|
||||
public const uint C2Map_Move = 2147493657;
|
||||
public const uint C2Map_Look = 2147493658;
|
||||
public const uint Map2C_MoveNotify = 2147493659;
|
||||
public const uint Map2C_LookeNotify = 2147493660;
|
||||
public const uint C2Map_RolePropertyChange = 2147493654;
|
||||
public const uint Map2C_RoleStateNotify = 2147493655;
|
||||
public const uint Map2C_RoleGearChangeNotify = 2147493656;
|
||||
public const uint Map2C_RolePropertyChangeNotify = 2147493657;
|
||||
public const uint C2Map_Move = 2147493658;
|
||||
public const uint C2Map_Look = 2147493659;
|
||||
public const uint Map2C_MoveNotify = 2147493660;
|
||||
public const uint Map2C_LookeNotify = 2147493661;
|
||||
public const uint C2S_GetConversationsRequest = 2281711384;
|
||||
public const uint S2C_GetConversationsResponse = 2415929112;
|
||||
public const uint C2S_SendMailRequest = 2281711385;
|
||||
public const uint S2C_SendMailResponse = 2415929113;
|
||||
public const uint C2S_DeleteMailRequest = 2281711386;
|
||||
public const uint S2C_DeleteMailResponse = 2415929114;
|
||||
public const uint S2C_HaveMail = 2147493661;
|
||||
public const uint S2C_MailState = 2147493662;
|
||||
public const uint S2C_HaveMail = 2147493662;
|
||||
public const uint S2C_MailState = 2147493663;
|
||||
public const uint C2S_CreateChannelRequest = 2281711387;
|
||||
public const uint S2C_CreateChannelResponse = 2415929115;
|
||||
public const uint C2S_JoinChannelRequest = 2281711388;
|
||||
public const uint S2C_JoinChannelResponse = 2415929116;
|
||||
public const uint C2S_SendMessageRequest = 2281711389;
|
||||
public const uint S2C_SendMessageResponse = 2415929117;
|
||||
public const uint S2C_Message = 2147493663;
|
||||
public const uint S2C_Message = 2147493664;
|
||||
public const uint C2S_CreateClubRequest = 2281711390;
|
||||
public const uint S2C_CreateClubResponse = 2415929118;
|
||||
public const uint C2S_GetClubInfoRequest = 2281711391;
|
||||
@@ -68,6 +69,6 @@ namespace Fantasy
|
||||
public const uint S2C_DissolveClubResponse = 2415929124;
|
||||
public const uint C2S_DisposeJoinRequest = 2281711397;
|
||||
public const uint S2C_DisposeJoinResponse = 2415929125;
|
||||
public const uint S2C_ClubChange = 2147493664;
|
||||
public const uint S2C_ClubChange = 2147493665;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user