Replace fixed-size arrays with records in event values #465

Open
opened 2026-01-30 07:47:08 +00:00 by LunarTides · 0 comments
LunarTides commented 2026-01-30 07:47:08 +00:00 (Migrated from github.com)

E.g. attack.values: [Attacker, Target] -> attack.values: { attacker: Card | Player, target: Card | Player }

E.g. `attack.values: [Attacker, Target]` -> `attack.values: { attacker: Card | Player, target: Card | Player }`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
LunarTides/Hearthstone.js#465
No description provided.