Commit fc8be2c4 authored by Chunchi Che's avatar Chunchi Che

Merge branch 'feat/select_yesno' into 'main'

add MsgSelectYesNo

See merge request !25
parents c3da8f45 ea008131
Pipeline #19777 passed with stage
in 14 seconds
......@@ -523,6 +523,11 @@ message StocGameMessage {
repeated Info selected_cards = 7; // 已经选择的选项
}
message MsgSelectYesNo {
int32 player = 1;
int32 effect_description = 2;
}
oneof gameMsg {
MsgStart start = 1;
MsgDraw draw = 2;
......@@ -541,5 +546,6 @@ message StocGameMessage {
MsgSelectBattleCmd select_battle_cmd = 15;
MsgPosChange pos_change = 16;
MsgSelectUnselectCard select_unselect_card = 17;
MsgSelectYesNo select_yes_no = 18;
}
}
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