【协议】误删恢复

dev_chengFeng
gaoxin 2020-12-26 20:27:54 +08:00
parent bf6fd2d13d
commit f29b6518fa
2 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,8 @@ NEWGENERALATTACKREQUEST_PRIVILAGETYPEID_FIELD = protobuf.FieldDescriptor();
NEWGENERALATTACKRESPONSE = protobuf.Descriptor();
NEWGENERALATTACKRESPONSE_FIGHTDATA_FIELD = protobuf.FieldDescriptor();
NEWGENERALATTACKRESPONSE_DROP_FIELD = protobuf.FieldDescriptor();
UPGRADEGODTREEREQUEST = protobuf.Descriptor();
UPGRADEGODTREERESPONSE = protobuf.Descriptor();
COMMITSHEJIACTIVITYITEMREQUEST_ITEMID_FIELD.name = "itemId"
COMMITSHEJIACTIVITYITEMREQUEST_ITEMID_FIELD.full_name = ".rpc.protocols.CommitShejiActivityItemRequest.itemId"
@ -248,4 +250,6 @@ NewGeneralAttackResponse = protobuf.Message(NEWGENERALATTACKRESPONSE)
SeletSubRewardPoolRequest = protobuf.Message(SELETSUBREWARDPOOLREQUEST)
SeletSubRewardPoolResponse = protobuf.Message(SELETSUBREWARDPOOLRESPONSE)
SpecicalMonsterChooseRequest = protobuf.Message(SPECICALMONSTERCHOOSEREQUEST)
UpgradeGodTreeRequest = protobuf.Message(UPGRADEGODTREEREQUEST)
UpgradeGodTreeResponse = protobuf.Message(UPGRADEGODTREERESPONSE)

View File

@ -3409,6 +3409,8 @@ USER_AND_PRICE_ITEM_REQUEST = 12004
USER_AND_PRICE_ITEM_RESPONSE = 12005
USER_FORCE_CHANGE_REQUEST = 12006
USER_FORCE_CHANGE_RESPONSE = 12007
UpgradeGodTreeRequest = 303701
UpgradeGodTreeResponse = 303702
VIEW_FIGHTREPLAY_REQUEST = 12100
VIEW_FIGHTREPLAY_RESPONSE = 12101
VIEW_HERO_INFO_REQUEST = 12106