ALS-Refactored icon indicating copy to clipboard operation
ALS-Refactored copied to clipboard

Example Update: Make input functions virtual

Open Benbentwo opened this issue 9 months ago • 0 comments

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.

Benbentwo avatar May 12 '24 01:05 Benbentwo