ALS-Refactored
ALS-Refactored copied to clipboard
Example Update: Make input functions virtual
What
- Makes Example Character's
Input_*
functions virtual so they can be overridden by child classes
Why
- The example character is a good place to start as a child for getting going. It is common to need to change things, as such these Input functions can be virtual so they can be overridden.