ningalu / turn-based-combat

0 stars 0 forks source link

Actions are translated many at a time #10

Closed ningalu closed 3 weeks ago

ningalu commented 3 weeks ago

Initially Actions were translated from Commands all at once at the beginning of a turn. As a result of #6 you must now be able to derive Actions from Commands individually, so the ActionTranslator callback should be updated to convert one at a time