Basic Reaction Logic (1/2)
The start of the logic for handling reactions.
Last updated
Was this helpful?
The start of the logic for handling reactions.
Last updated
Was this helpful?
Heading back up to the // the reaction logic will be here
comment, lets replace it with a bare-bones function:
(^)
Heading in to the function, where // logic
sits, lets pull the reaction from what we collected:
Now we have our reaction, and what we need ready, we can add the scaffolding for reactions, and handle them accordingly:
Now we can move on.