-
Enhancement
-
Resolution: Fixed
-
P5
-
8
Cleanup / paying down technical debt. The BehaviorBase has a virtual method called from the BehaviorBase constructor, which is an anti-pattern because subclasses are called before they have been properly initialized. Instead we ought to pass the key bindings in the constructor.