|
Space Plunder
|
Component responsible for managing the shooting behavior of a character. More...
#include <CharacterShootingComponent.h>
Component responsible for managing the shooting behavior of a character.
This component handles the logic for shooting, reloading, weapon switching, and other shooting-related actions for a character. It also provides functionality for handling recoil and aiming. @TODO Create A parent class, PawnShootingComponent, for Turrets etc.