northwood-studios / NwPluginAPI

Official server-side plugin system for SCP: Secret Laboratory game.
GNU Lesser General Public License v3.0
80 stars 45 forks source link

[Configs] Allow for non serialized properties using an attribute. #235

Closed o5zereth closed 1 year ago

o5zereth commented 1 year ago

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 1 year ago

Using [YamlIgnore] dont work ?

o5zereth commented 1 year ago

Im a goofy goober, I couldnt find that attribute, thank you!