This package provides a number of objects that can be used to work with Hybrasyl Server's world data (maps, items, NPCs, warps, etc).
It can be found on Nuget XML schemas for Hybrasyl XML data can be found in XSD. We use xsd2code++ to generate C# classes from this collection of schema, which are kept in the Objects directory. All of the generated classes are partial classes.
Extensions to these classes, which augment / add XML object functionality used by Hybrasyl Server can be found in Extensions.
Open a PR! If it involves XSD changes, a project maintainer will run xsd2code for you.