Commit 7fd557a3 authored by mercury233's avatar mercury233 Committed by mercury233

update OnConfirmCards

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