The state containers for the system
The PlayerState class (could / should be a struct?) is the main container for the player state that is passed around the system.
This contains the raw player input for each frame, in case it is required.
Last updated 1 year ago