The Input Recognition component BPC_InputRecognition is the component responsible for processing inputs and recognizing pre-defined patterns. For example, if you want to press Down→Up→Down→Strong Attack and perform a special attack, or any other action.
Steps to implement:
1 - Add the component to the character
2- Implement the following events on their respectives input actions:

Implement the ED_ExecuteCommand event. This event will fire when any of the events configurations from the component is recognized
