klangner / mapgen.rs

Map generator for games.
https://klangner.github.io/mapgen.rs/
Apache License 2.0
44 stars 5 forks source link

For non-configurable filters, mark fields as `pub` #45

Closed SirHall closed 1 year ago

SirHall commented 1 year ago

I would like to be able to set all fields for the varying filters - and I personally only like defining new for structs if more than just copying fields into a struct has to be performed to initialize it hence why I've just marked the fields as pub.

klangner commented 1 year ago

I'm sorry, but I don't want to make those fields public