mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-31 01:42:24 +01:00
ff0b0c6c74
## About The Pull Request Title. Converts TCG decks to use signals instead of a proc override, as is better practice. ## Why It's Good For The Game It's generally better practice to not snowflake behavior like this onto the storage itself, instead using signals/procs. Also, its good to have parity between add/remove in signals. ## Changelog 🆑 code: New signals for atom storage remove and insert /🆑 --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>