mirror of
https://github.com/BtbN/ClanServer.git
synced 2026-09-07 16:05:14 -05:00
Fix SixBit parser
This commit is contained in:
@@ -49,6 +49,11 @@ namespace eAmuseTest
|
||||
Console.WriteLine(BytesToString(rawData));
|
||||
|
||||
KBinXML kbinxml = new KBinXML(rawData);
|
||||
|
||||
Dictionary<int, int> dd = new Dictionary<int, int>();
|
||||
dd[2] = 3;
|
||||
Console.WriteLine("" + dd[2]);
|
||||
Console.WriteLine("" + dd[1]);
|
||||
}
|
||||
|
||||
private static string BytesToString(IEnumerable<byte> bytes)
|
||||
|
||||
Reference in New Issue
Block a user