更改顺序
parent
2ca478349d
commit
324ba6054c
|
|
@ -3,6 +3,12 @@ package com.ljsd.jieling.protocols;
|
|||
option optimize_for = SPEED;
|
||||
|
||||
import "CommonProto.proto";
|
||||
|
||||
message HeroInfo {
|
||||
optional string heroId = 1;
|
||||
optional int32 heroHp = 2;
|
||||
}
|
||||
|
||||
// 进入地图
|
||||
message MapEnterRequest{
|
||||
// 需要进入的地图id
|
||||
|
|
@ -19,11 +25,6 @@ import "CommonProto.proto";
|
|||
repeated HeroInfo heroInfos = 3;
|
||||
}
|
||||
|
||||
message HeroInfo {
|
||||
optional string heroId = 1;
|
||||
optional int32 heroHp = 2;
|
||||
}
|
||||
|
||||
// 更新事件
|
||||
message EventUpdateRequest{
|
||||
// eventPointConfig id
|
||||
|
|
|
|||
Loading…
Reference in New Issue