Commit e34d37c5 authored by chechunchi's avatar chechunchi

fix small

parent cb96e3b2
Pipeline #19164 passed with stage
in 11 seconds
......@@ -395,10 +395,11 @@ message StocGameMessage {
// 连锁提示
message MsgSelectChain {
message Chain {
int32 code = 1;
CardLocation location = 2;
int32 effect_description = 3;
int32 response = 4;
int32 flag = 1;
int32 code = 2;
CardLocation location = 3;
int32 effect_description = 4;
int32 response = 5;
}
int32 player = 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