Definition CharacterControllerSystem.cpp:15
void InitCharacterControllerSystem(Engine::Core &core)
Initialize the character controller system. This will set up necessary resources and state for charac...
Definition CharacterControllerSystem.cpp:139
void CharacterControllerUpdate(Engine::Core &core)
Update the character controller system. This will process all entities with character controllers and...
Definition CharacterControllerSystem.cpp:86
void ShutdownCharacterControllerSystem(Engine::Core &core)
Shutdown the character controller system. This will clean up any resources used by the system.
Definition CharacterControllerSystem.cpp:150