Hello,
I want to ask a question on Rick implementation OnJump(InputValue value) and OnFire(InputValue value)
On one occasion (OnJump) we check value.isPressed to perform an action, whereas OnFire we never check the isPressed, but the code still works?
Since these methods use the message behavior, why we use the value argument on the one but not the other?
Thank you in advance