|
|
|
|
|
by gentleman11
2269 days ago
|
|
It’s tricky because the alternative is a bunch of switch statements that just check state == sitToStand or state == FooInProgress every frame, which just moves the logic away from the state itself. Ie, the different behaviours are not just on transitions. |
|