传送门协议
parent
ed99cb1e68
commit
7182b2ea5b
|
@ -13,7 +13,6 @@ import "CommonProto.proto";
|
||||||
optional int32 type = 2; // 类型 1: 关卡 2:地图 3:精英怪 4:爬塔副本 5 :妖兽
|
optional int32 type = 2; // 类型 1: 关卡 2:地图 3:精英怪 4:爬塔副本 5 :妖兽
|
||||||
optional int32 fightId = 3;
|
optional int32 fightId = 3;
|
||||||
optional int32 teamId = 4; //队伍id
|
optional int32 teamId = 4; //队伍id
|
||||||
|
|
||||||
}
|
}
|
||||||
message FightStartResponse {
|
message FightStartResponse {
|
||||||
// 战斗属性
|
// 战斗属性
|
||||||
|
@ -81,6 +80,8 @@ import "CommonProto.proto";
|
||||||
optional int32 testXY = 9; // 测试数据
|
optional int32 testXY = 9; // 测试数据
|
||||||
|
|
||||||
optional FightData fightData = 10;//战斗数据
|
optional FightData fightData = 10;//战斗数据
|
||||||
|
|
||||||
|
optional Cell cell = 11;//试炼副本添加传送门
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue