Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the action out of ActionArgs and directly into the tick FnMut. #43

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

andriyDev
Copy link
Collaborator

This make it much more obvious what you're actually supposed to be doing in the tick FnMut. Instead of the action being hidden away, it is the first argument. Similarly, blackboard has been moved up since in many cases you don't need to deal with the event or the dt (just returning RUNNING or Success/Failure is good enough).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant