pub fn advance_loop(
events: &mut Vec<OverlordEvent>,
config: &GameConfig,
lookups: &ContentLookups,
character_state: &CharacterState,
)Expand description
Native port of the loop-task advance_loop logic.
pub fn advance_loop(
events: &mut Vec<OverlordEvent>,
config: &GameConfig,
lookups: &ContentLookups,
character_state: &CharacterState,
)Native port of the loop-task advance_loop logic.