dndplayer/dnd-player

Possibly refactor the MapObject filter system to be more state based

Opened this issue · 0 comments

Currently it's a bit flaky as it adds / removes filters which I'm sure will break at some point.
It would be better (and arguably more React'y) if given the state it just determined what filters should be applied.