Commit 8fa0dfc2 authored by mercury233's avatar mercury233

update OnConfirmCards

parent e5002223
......@@ -1998,6 +1998,7 @@ namespace WindBot.Game
private void OnConfirmCards(BinaryReader packet)
{
/*int playerid = */packet.ReadByte();
/*int skip_panel = */packet.ReadByte();
int count = packet.ReadByte();
for (int i = 0; i < count; ++ i)
{
......
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