Creatures syncronization
No due date
0% complete
Creatures are using different approach and their Chores does not inherit Chore type.
They are built using ChoreTable.Builder and their Chores implements GameStateMachine directly.
So that means that we'll need to sync creatures separately (hopefully using the same mechanics).