mirror of
https://github.com/BtbN/ClanServer.git
synced 2026-09-07 07:55:16 -05:00
Add Float and Double
This commit is contained in:
@@ -46,9 +46,7 @@ namespace eAmuseTest
|
||||
else if (compress != "none")
|
||||
throw new ArgumentException("Unsupported compression algorithm");
|
||||
|
||||
Console.WriteLine(BytesToString(BitConverter.GetBytes((byte)1)));
|
||||
|
||||
KBinXML kbinxml = new KBinXML(rawData);
|
||||
//KBinXML kbinxml = new KBinXML(rawData);
|
||||
|
||||
KBinXML testDoc = new KBinXML(ExtractResource("eAmuseTest.testcases_out.kbin"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user