You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#72 added support for state, observers, dones, and a component registry. We should add support for component wrappers. Two things to consider:
For smart support via text and the registry, we could interpret the input, like so "RavelActionWrapper(MoveActor)", or "RavelActionWrapper | Move Actor", or something like that.
For smart support via the class instance... this is not so clear. Currently the components get passed as a set. We could pass it as a tree structure, where everything underneath a particular wrapper in the structure would be wrapped by that wrapper.
The text was updated successfully, but these errors were encountered:
#72 added support for state, observers, dones, and a component registry. We should add support for component wrappers. Two things to consider:
"RavelActionWrapper(MoveActor)"
, or"RavelActionWrapper | Move Actor"
, or something like that.The text was updated successfully, but these errors were encountered: