anno-mods / FileDBReader

A command line tool for working with a proprietary bluebyte file compression used in Anno 2205 and 1800.
15 stars 4 forks source link

Feature: Rename Property Attribute #18

Closed Shad0wlife closed 2 years ago

Shad0wlife commented 2 years ago

Added RenamePropertyAttribute, which is used to change the FileDB Item Name from the property's name when de-/serializing objects.

Unit testing is done by testing against the preexisting test files but with a Class that has different property names that get renamed to the original names.

Now also PR'ed against the correct branch. Ooops.