mirror of
https://github.com/BtbN/ClanServer.git
synced 2026-09-07 07:55:16 -05:00
KBinXML logic fully implemented
This commit is contained in:
@@ -46,7 +46,7 @@ namespace eAmuseTest
|
||||
else if (compress != "none")
|
||||
throw new ArgumentException("Unsupported compression algorithm");
|
||||
|
||||
Console.WriteLine("" + ((3 - 4) % 4));
|
||||
Console.WriteLine(BitConverter.ToString(new byte[] { 1, 2, 3, 4 }));
|
||||
|
||||
KBinXML kbinxml = new KBinXML(rawData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user