Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 986 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 986 Bytes

XML: Hybrasyl's Data Model / Entity Collection

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.

Contributing

Open a PR! If it involves XSD changes, a project maintainer will run xsd2code for you.