Closed mriesen closed 2 years ago
Creating new actions should be easy. Therefore, an action manager should be implemented, which provides factory-like functionalities. Being aware of the current world state, the action manager allows only valid actions to be created.
The action data model should be restructered. Currently, action data (domain-related) is too tighly coupled with the information about its origin.
Creating new actions should be easy. Therefore, an action manager should be implemented, which provides factory-like functionalities. Being aware of the current world state, the action manager allows only valid actions to be created.