Commit 4f6cdd7c authored by Chunchi Che's avatar Chunchi Che

update MsgReloadField

parent fd917b4d
Pipeline #20821 failed with stage
in 20 seconds
......@@ -622,14 +622,7 @@ message StocGameMessage {
int32 player = 1; // 玩家编号
int32 lp = 2; // 剩余LP值
repeated ZoneAction zone_actions = 3;
int32 main_size = 4; // 主卡组数量
int32 hand_size = 5; // 手牌数量
int32 grace_size = 6; // 墓地数量
int32 removed_size = 7; // 除外区数量
int32 extra_size = 8; // 额外卡组数量
int32 extra_p_size = 9; // TODO
int32 chain_size = 10; // 连锁数量
repeated ChainAction chain_actions = 11;
repeated ChainAction chain_actions = 4;
}
int32 duel_rule = 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