更改顺序

master_huanxiang
jiahuiwen 2019-03-02 18:33:22 +08:00
parent 2ca478349d
commit 324ba6054c
1 changed files with 6 additions and 5 deletions

View File

@ -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