mirror of
https://github.com/BtbN/ClanServer.git
synced 2026-09-07 16:05:14 -05:00
Implement all missing NodeTypes
This commit is contained in:
@@ -46,9 +46,10 @@ namespace eAmuseTest
|
||||
else if (compress != "none")
|
||||
throw new ArgumentException("Unsupported compression algorithm");
|
||||
|
||||
//KBinXML kbinxml = new KBinXML(rawData);
|
||||
|
||||
KBinXML kbinxml = new KBinXML(rawData);
|
||||
KBinXML testDoc = new KBinXML(ExtractResource("eAmuseTest.testcases_out.kbin"));
|
||||
|
||||
Console.WriteLine(testDoc.ToString());
|
||||
}
|
||||
|
||||
private static string BytesToString(IEnumerable<byte> bytes)
|
||||
|
||||
Reference in New Issue
Block a user