Getting more muddled over how to store Stats for Blades in the Dark character sheet
I currently have a list of variables.
I keep thinking about putting things in a Dictionary, but there are several types of Data (String, Int, Array, etc), so I would need several Dictionaries. I would then need to filter incoming "stat changed" Signals to figure which Dictionary to update.
Not sure how to configure it all.