Commit e9b1fe97 authored by chechunchi's avatar chechunchi

add SelectBattleCmdResponse

parent 954990bf
Pipeline #19604 failed with stage
in 14 seconds
......@@ -152,6 +152,7 @@ message CtosGameMsgResponse {
message SelectEffectYnResponse { bool selected = 1; }
message SelectPositionResponse { CardPosition position = 1; }
message SelectOptionResponse { int32 code = 1; }
message SelectBattleCmdResponse { int32 selected_cmd = 1 };
oneof gameMsgResponse {
SelectIdleCmdResponse select_idle_cmd = 1;
......@@ -161,6 +162,7 @@ message CtosGameMsgResponse {
SelectEffectYnResponse select_effect_yn = 5;
SelectPositionResponse select_position = 6;
SelectOptionResponse select_option = 7;
SelectBattleCmdResponse select_battle_cmd = 8;
}
}
......
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