emoose / MBINCompiler

Now maintained by monkeyman192: https://github.com/monkeyman192/MBINCompiler
Other
43 stars 69 forks source link

NMSTemplate.ReadXmlDataFromString & visibility modifier #47

Closed Bananasft closed 8 years ago

Bananasft commented 8 years ago

Added ReadXmlDataFromString(string) to NMSTemplate.

Also hanged visibility modifier of GcBootLogoData & GcWaterGlobals to public.

Both changes make it easier to use MBINCompiler as reference.

emoose commented 8 years ago

Nice, good catch on the GcBootLogo/GcWaterGlobals visibility too, completely missed that.