更新的proto文件
This commit is contained in:
parent
eb871185ce
commit
66d5d3dc2b
|
@ -13,6 +13,7 @@ message RaceSceneVO {
|
|||
Scene scene = 5;
|
||||
common.ModifyInfoVO modifyInfo = 6;
|
||||
int64 mapId = 7;
|
||||
string mapName = 8;
|
||||
}
|
||||
|
||||
|
||||
|
@ -22,6 +23,7 @@ message RaceSceneListVO{
|
|||
string name = 2;
|
||||
RaceScene.Type type = 3;
|
||||
int64 mapId = 4;
|
||||
string mapName = 5;
|
||||
common.ModifyInfoVO modifyInfo = 6;
|
||||
}
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ message RaceTaskBind{
|
|||
}
|
||||
int64 bindId = 2;
|
||||
TaskBindType bindType = 3;
|
||||
int32 status = 4; //0=解绑 ;1=绑定
|
||||
int32 status = 4; //0=绑定 ;1=解绑
|
||||
}
|
||||
|
||||
message RaceTaskBindAll{
|
||||
|
|
Loading…
Reference in New Issue