Commit 46f932a8 authored by Chunchi Che's avatar Chunchi Che

Merge branch 'feat/set' into 'main'

update MsgSet

See merge request !66
parents 702feb50 4f6c88b6
Pipeline #28961 passed with stage
in 28 seconds
...@@ -719,7 +719,10 @@ message StocGameMessage { ...@@ -719,7 +719,10 @@ message StocGameMessage {
} }
// 盖放卡片 // 盖放卡片
message MsgSet {} message MsgSet {
int32 code = 1;
CardLocation location = 2;
}
// 控制权改变 // 控制权改变
message MsgSwap {} message MsgSwap {}
......
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