useCombatTimer Hook
Manages combat round countdown timer with pause support and audio warnings.
Features:
Korean: 전투 라운드 타이머 관리 훅
const { timeRemaining, warningLevel, formattedTime } = useCombatTimer({ initialTime: 180, // 3 minutes isPaused: false, onTimeUp: () => handleRoundEnd(), warningThreshold: 10, urgentThreshold: 5,}); Copy
const { timeRemaining, warningLevel, formattedTime } = useCombatTimer({ initialTime: 180, // 3 minutes isPaused: false, onTimeUp: () => handleRoundEnd(), warningThreshold: 10, urgentThreshold: 5,});
useCombatTimer Hook
Manages combat round countdown timer with pause support and audio warnings.
Features:
Korean: 전투 라운드 타이머 관리 훅