Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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 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.