You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(CardPiles): add GetOrCreateCombatPiles method for combat-only pile management
- Introduced GetOrCreateCombatPiles method to retrieve and create combat-only card piles for a given PlayerCombatState, ensuring core combat systems can subscribe to them alongside vanilla piles.
- Updated Postfix method to utilize the new GetOrCreateCombatPiles method, enhancing the integration of mod-specific combat piles.
0 commit comments