试炼精气

master_huanxiang
jiahuiwen 2019-06-26 17:26:27 +08:00
parent 9841869b38
commit 84dd7e5a9a
3 changed files with 7 additions and 1 deletions

View File

@ -110,7 +110,7 @@ option optimize_for = SPEED;
message Cell{
// id
optional int32 cellId = 1;
// mapPointConfig id pointId id
// mapPointConfig id
optional int32 pointId = 2;
}

View File

@ -44,6 +44,8 @@ import "CommonProto.proto";
optional int32 leftTime = 6;
// eventPointConfig id
optional int32 eventId = 7;
//
optional int32 essenceValue = 8;
}
//
@ -60,6 +62,8 @@ import "CommonProto.proto";
optional Mission mission = 5;
//
optional int32 leftTime = 6;
//
optional int32 essenceValue = 7;
}

View File

@ -116,6 +116,8 @@ import "CommonProto.proto";
repeated TowerShopInfo towerShopInfos = 4;
//
optional int32 highestTower = 5;
// boss -1
optional int32 essenceValue = 6;
}