社稷大典协议提交
parent
0e1241b8b8
commit
0c74a4cd4b
|
|
@ -0,0 +1,16 @@
|
|||
package com.ljsd.jieling.protocols;
|
||||
|
||||
option optimize_for = SPEED;
|
||||
|
||||
import "CommonProto.proto";
|
||||
|
||||
|
||||
//社稷大典贡献道具
|
||||
message CommitShejiActivityItemRequest{
|
||||
optional int32 num = 1; //道具id
|
||||
optional int32 itemTime = 2; //道具数量
|
||||
}
|
||||
|
||||
message GetShejiAwardResponse{
|
||||
optional Drop drop = 2;
|
||||
}
|
||||
|
|
@ -1066,6 +1066,13 @@ enum MessageType{
|
|||
DoHeroChangeRequest = 303605;
|
||||
DoHeroChangeResponse = 303606;
|
||||
|
||||
//303651 - 30370 社稷大典
|
||||
|
||||
CommitShejiActivityItemRequest = 303653;//社稷大典贡献道具
|
||||
CommitShejiActivityItemResponse =303654;
|
||||
|
||||
GetShejiAwardRequest = 303655;//社稷大典抢夺
|
||||
GetShejiAwardResponse = 303656;
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue