LogicAndTrick / sledge-formats

C# parsers and formats for Half-Life 1 and related engines.
MIT License
71 stars 10 forks source link

Add default constructors to supported wad lumps #11

Closed SamVanheer closed 1 year ago

SamVanheer commented 1 year ago

This PR adds default constructors to wad lumps that are supported by this library to allow users to construct lump objects and initialize them with data for writing.

Resolves LogicAndTrick/sledge-formats#9