pub fn skill_cooldown_system<S>( time: &Time, skill_instances: &mut Components<SkillSet<S>>, ) -> Result<(), EcsError>where S: Hash + Eq,
Ticks down the cooldown of skill instances for each entity having a SkillSet component.
SkillSet