属性控制
This commit is contained in:
@@ -18,28 +18,29 @@ namespace Fantasy
|
||||
public const uint Game2C_GetRoleInfoResponse = 2415929106;
|
||||
public const uint Map2C_RoleEnterRoomNotify = 2147493650;
|
||||
public const uint Map2C_RoleExitRoomNotify = 2147493651;
|
||||
public const uint Map2C_RoleStateNotify = 2147493652;
|
||||
public const uint Map2C_RoleGearChangeNotify = 2147493653;
|
||||
public const uint Map2C_RolePropertyChangeNotify = 2147493654;
|
||||
public const uint C2Map_Move = 2147493655;
|
||||
public const uint C2Map_Look = 2147493656;
|
||||
public const uint Map2C_MoveNotify = 2147493657;
|
||||
public const uint Map2C_LookeNotify = 2147493658;
|
||||
public const uint C2Map_RolePropertyChange = 2147493652;
|
||||
public const uint Map2C_RoleStateNotify = 2147493653;
|
||||
public const uint Map2C_RoleGearChangeNotify = 2147493654;
|
||||
public const uint Map2C_RolePropertyChangeNotify = 2147493655;
|
||||
public const uint C2Map_Move = 2147493656;
|
||||
public const uint C2Map_Look = 2147493657;
|
||||
public const uint Map2C_MoveNotify = 2147493658;
|
||||
public const uint Map2C_LookeNotify = 2147493659;
|
||||
public const uint C2S_GetConversationsRequest = 2281711379;
|
||||
public const uint S2C_GetConversationsResponse = 2415929107;
|
||||
public const uint C2S_SendMailRequest = 2281711380;
|
||||
public const uint S2C_SendMailResponse = 2415929108;
|
||||
public const uint C2S_DeleteMailRequest = 2281711381;
|
||||
public const uint S2C_DeleteMailResponse = 2415929109;
|
||||
public const uint S2C_HaveMail = 2147493659;
|
||||
public const uint S2C_MailState = 2147493660;
|
||||
public const uint S2C_HaveMail = 2147493660;
|
||||
public const uint S2C_MailState = 2147493661;
|
||||
public const uint C2S_CreateChannelRequest = 2281711382;
|
||||
public const uint S2C_CreateChannelResponse = 2415929110;
|
||||
public const uint C2S_JoinChannelRequest = 2281711383;
|
||||
public const uint S2C_JoinChannelResponse = 2415929111;
|
||||
public const uint C2S_SendMessageRequest = 2281711384;
|
||||
public const uint S2C_SendMessageResponse = 2415929112;
|
||||
public const uint S2C_Message = 2147493661;
|
||||
public const uint S2C_Message = 2147493662;
|
||||
public const uint C2S_CreateClubRequest = 2281711385;
|
||||
public const uint S2C_CreateClubResponse = 2415929113;
|
||||
public const uint C2S_GetClubInfoRequest = 2281711386;
|
||||
@@ -56,6 +57,6 @@ namespace Fantasy
|
||||
public const uint S2C_DissolveClubResponse = 2415929119;
|
||||
public const uint C2S_DisposeJoinRequest = 2281711392;
|
||||
public const uint S2C_DisposeJoinResponse = 2415929120;
|
||||
public const uint S2C_ClubChange = 2147493662;
|
||||
public const uint S2C_ClubChange = 2147493663;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user