Commit 7631445a authored by chechunchi's avatar chechunchi

fix

parent e9b1fe97
Pipeline #19605 passed with stage
in 26 seconds
...@@ -152,7 +152,7 @@ message CtosGameMsgResponse { ...@@ -152,7 +152,7 @@ message CtosGameMsgResponse {
message SelectEffectYnResponse { bool selected = 1; } message SelectEffectYnResponse { bool selected = 1; }
message SelectPositionResponse { CardPosition position = 1; } message SelectPositionResponse { CardPosition position = 1; }
message SelectOptionResponse { int32 code = 1; } message SelectOptionResponse { int32 code = 1; }
message SelectBattleCmdResponse { int32 selected_cmd = 1 }; message SelectBattleCmdResponse { int32 selected_cmd = 1; }
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