Skip to content

Instantly share code, notes, and snippets.

@johans2
Last active February 19, 2021 09:24
Show Gist options
  • Save johans2/74eba1c1e170c3a3d290e3d53ce32163 to your computer and use it in GitHub Desktop.
Save johans2/74eba1c1e170c3a3d290e3d53ce32163 to your computer and use it in GitHub Desktop.
Add transition method signature of hierarchical statemachine.
public void AddTransition(StateMachine from, StateMachine to, int trigger) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment