Skip to content

Commit 9c25f02

Browse files
committed
up
1 parent 7e00fff commit 9c25f02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

KBEngine.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2597,6 +2597,8 @@ public void Client_onStreamDataStarted(Int16 id, UInt32 datasize, string descr)
25972597

25982598
public void Client_onStreamDataRecv(MemoryStream stream)
25992599
{
2600+
// Int16 resID = stream.readInt16();
2601+
// byte[] datas = stream.readBlob();
26002602
}
26012603

26022604
public void Client_onStreamDataCompleted(Int16 id)

0 commit comments

Comments
 (0)