无尽本协议

master_huanxiang
lvxinran 2019-08-27 17:41:27 +08:00
parent 09ed399879
commit 58cd8a7fda
2 changed files with 8 additions and 1 deletions

View File

@ -115,6 +115,7 @@ option optimize_for = SPEED;
optional int32 cellId = 1;
// mapPointConfig id
optional int32 pointId = 2;
optional int32 monsterForce = 3;
}
@ -510,7 +511,11 @@ option optimize_for = SPEED;
optional string heroId = 1; //Id
optional int32 hp = 2;//
}
//
message EndlessRefreshInfo{
optional int32 cellId = 1;
optional int32 time = 2;
}
//
message UseForceInfo{
optional string name = 1;

View File

@ -56,6 +56,8 @@ import "CommonProto.proto";
repeated TowerBuff buf = 12;
//
repeated endlessSign signs = 13;
//
repeated EndlessRefreshInfo refreshInfo = 14;
}