更新的proto文件

This commit is contained in:
tiger_zhou 2024-02-22 13:31:50 +08:00
parent adef8a792b
commit 8f270c4558

View File

@ -46,7 +46,12 @@ 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{
int64 taskId = 1;
int64 ruleId = 2;
int64 sceneId = 3;
} }
/* /*
message RaceTaskQuery{ message RaceTaskQuery{