mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-26 10:16:14 +00:00
修复PVP 切换地图重置数据
This commit is contained in:
@@ -6,9 +6,9 @@ option java_package = "cn.jisol.ngame.proto";
|
||||
//PVP 开始
|
||||
message GPVPStart {
|
||||
string leftTactical = 1; //左边的布阵
|
||||
map<int64, string> leftPets = 2; //左边的宠物 key:宠物Id value 宠物配置Id
|
||||
map<int64, string> leftPets = 2; //左边的宠物 key:宠物Id value PlayerPet JSON
|
||||
string rightTactical = 3; //右边的布阵
|
||||
map<int64, string> rightPets = 4; //右边的宠物 key:宠物Id value 宠物配置Id
|
||||
map<int64, string> rightPets = 4; //右边的宠物 key:宠物Id value PlayerPet JSON
|
||||
int64 leftPlayerId = 5; //左边的玩家Id
|
||||
int64 rightPlayerId = 6; //右边的玩家Id
|
||||
}
|
||||
|
Reference in New Issue
Block a user