mirror of
https://github.com/BtbN/ClanServer.git
synced 2026-09-07 07:55:16 -05:00
Add music info loading infra
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
using System.Linq;
|
||||
using System.Xml.Linq;
|
||||
@@ -33,7 +34,7 @@ namespace eAmuseTest
|
||||
|
||||
KBinXML kbinxml = new KBinXML(rawData.ToArray());
|
||||
|
||||
Console.WriteLine(kbinxml.ToString());
|
||||
Console.WriteLine(kbinxml);
|
||||
|
||||
//GenerateEchidnaSQL(kbinxml);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user