Remove duplications in code for the AnimationController classes for bosses.
By combining the three bosses animation controller into one class to be used for all three bosses.
Fixes / Closes #581
Type of change
Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
Passed existing tests and animations working as expected
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my code
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
[x] Any dependent changes have been merged and published in downstream modules
Description
Fix duplications as suggested on SonarCloud.
Remove duplications in code for the AnimationController classes for bosses. By combining the three bosses animation controller into one class to be used for all three bosses.
Fixes / Closes #581
Type of change
How Has This Been Tested?
Checklist: