원소 해금 → 바람 모드 공격속도 강화개요바람 원소를 해금(ElementUnlockComponent)하고 바람 원소 모드일 때, 공격 몽타주 재생 속도가 빨라짐 해금 상태는 Persistent World State에 영속 저장됨동작 흐름가디언 코어 흡수 (GameplayEvent.Core.Absorb) ※ 발신부는 BP/추후 구현└─ ElementUnlockComponent.UnlockElement(Element.Wind)├─ UnlockedElements += Element.Wind└─ SaveSubsystem.MarkElementUnlocked → WorldState 슬롯 즉시 저장바람 모드 진입 (GA_SetElement_Base → GameplayEvent.Element.ModeChange)└─ ..