更新的proto文件

This commit is contained in:
tiger_zhou 2024-02-22 16:52:27 +08:00
parent eb871185ce
commit 66d5d3dc2b
2 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,7 @@ message RaceSceneVO {
Scene scene = 5; Scene scene = 5;
common.ModifyInfoVO modifyInfo = 6; common.ModifyInfoVO modifyInfo = 6;
int64 mapId = 7; int64 mapId = 7;
string mapName = 8;
} }
@ -22,6 +23,7 @@ message RaceSceneListVO{
string name = 2; string name = 2;
RaceScene.Type type = 3; RaceScene.Type type = 3;
int64 mapId = 4; int64 mapId = 4;
string mapName = 5;
common.ModifyInfoVO modifyInfo = 6; common.ModifyInfoVO modifyInfo = 6;
} }

View File

@ -44,7 +44,7 @@ message RaceTaskBind{
} }
int64 bindId = 2; int64 bindId = 2;
TaskBindType bindType = 3; TaskBindType bindType = 3;
int32 status = 4; //0= 1= int32 status = 4; //0= 1=
} }
message RaceTaskBindAll{ message RaceTaskBindAll{