[Configs] Allow for non serialized properties using an attribute.
o5zereth opened this issue · 2 comments
o5zereth commented
Currently all property entries are forcibly entered into the config.
It would be nice if there was a way to make some properties not serialized using an attribute.
SrLicht commented
Using [YamlIgnore] dont work ?
o5zereth commented
Im a goofy goober, I couldnt find that attribute, thank you!