Commit 07651117 authored by Chunchi Che's avatar Chunchi Che

fix small

parent ce0785c4
Pipeline #19122 passed with stage
in 11 seconds
...@@ -139,10 +139,7 @@ message CtosGameMsgResponse { ...@@ -139,10 +139,7 @@ message CtosGameMsgResponse {
CardZone zone = 2; CardZone zone = 2;
int32 sequence = 3; int32 sequence = 3;
} }
message SelectCardResponse { message SelectCardResponse { repeated int32 selected_ptrs = 1; }
int32 count = 1;
repeated int32 select_ptr = 2;
}
oneof gameMsgResponse { oneof gameMsgResponse {
SelectIdleCmdResponse select_idle_cmd = 1; SelectIdleCmdResponse select_idle_cmd = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment