罗浮报名
parent
1334887b06
commit
bfd76dd782
|
@ -1714,6 +1714,12 @@ enum MessageType{
|
|||
QueryBookImageRequest = 7000006;
|
||||
QueryBookImageResponse = 7000007;
|
||||
QueryBookImageIndication = 7000008;
|
||||
|
||||
// 新罗浮争锋
|
||||
LuofuRegisterRequest = 7000009;
|
||||
LuofuRegisterResponse = 70000010;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -69,18 +69,19 @@ import "CommonProto.proto";
|
|||
optional int32 oldrank = 6;//战斗胜利之前排名
|
||||
optional int32 rank = 7;//战斗胜利后排名
|
||||
optional int32 attackTime =8 ; //进攻时间
|
||||
|
||||
}
|
||||
|
||||
message GetWorldArenaRecordInfoRequest{
|
||||
|
||||
}
|
||||
|
||||
|
||||
message GetWorldArenaRecordInfoResponse{
|
||||
repeated WroldBattleRecord wroldBattleRecord =1;
|
||||
}
|
||||
|
||||
// 罗浮报名
|
||||
message LuofuRegisterRequest{
|
||||
optional int32 type = 1;//类型,人佛妖道
|
||||
}
|
||||
|
||||
//gs --》word
|
||||
message GetGSUserArenaInfoRequest{
|
||||
|
|
Loading…
Reference in New Issue