协议提交

master_huanxiang
lvxinran 2019-08-01 18:22:43 +08:00
parent b3d7f35ca1
commit bd95c213dc
2 changed files with 13 additions and 0 deletions

View File

@ -496,3 +496,9 @@ option optimize_for = SPEED;
optional string heroId = 1; //Id
optional int32 hp = 2;//
}
//
message endlessSign{
optional int32 mapId = 1;
optional int32 cellId = 2;
optional string info = 3;
}

View File

@ -54,6 +54,8 @@ import "CommonProto.proto";
repeated ExploreDetail exploreDetail = 11;
//
repeated TowerBuff buf = 12;
//
repeated endlessSign signs = 13;
}
@ -262,3 +264,8 @@ import "CommonProto.proto";
repeated endlessHero heroInfo =1;
}
//
message SignEndlessCellRequest{
optional endlessSign sign = 1;
}