Const
StanceWheelPure Component
Pure DOM circular stance selector with 8 segments for trigram stances Features:
Usage in Combat:
<StanceWheelPure currentStance={player.stance} onStanceChange={(index) => handleStanceChange(index)} expanded={wheelExpanded} onToggle={() => setWheelExpanded(!wheelExpanded)} disabled={isPaused}/> Copy
<StanceWheelPure currentStance={player.stance} onStanceChange={(index) => handleStanceChange(index)} expanded={wheelExpanded} onToggle={() => setWheelExpanded(!wheelExpanded)} disabled={isPaused}/>
자세휠순수
StanceWheelPure Component
Pure DOM circular stance selector with 8 segments for trigram stances Features:
Usage in Combat: