Commit cb96e3b2 authored by chechunchi's avatar chechunchi

fix small

parent 476836fd
Pipeline #19162 passed with stage
in 12 seconds
...@@ -402,7 +402,7 @@ message StocGameMessage { ...@@ -402,7 +402,7 @@ message StocGameMessage {
} }
int32 player = 1; // 玩家编号 int32 player = 1; // 玩家编号
bool special = 2; // 是否存在关键卡 int32 special_count = 2; // 关键卡数量
bool forced = 3; // 是否强制 bool forced = 3; // 是否强制
int32 hint0 = 4; // TODO int32 hint0 = 4; // TODO
int32 hint1 = 5; // TODO int32 hint1 = 5; // TODO
......
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