Create an interface Effect so derived classes don't reference a type in EffectT #133

Open
opened 2026-05-19 18:34:03 -05:00 by AMay · 0 comments
Owner

Because every effect derives off of the Effect type and Effect appears inside the EffectT variant, it causes potential issues with proper assignment to std::variant.

Because every effect derives off of the `Effect` type and `Effect` appears inside the `EffectT` variant, it causes potential issues with proper assignment to `std::variant`.
AMay added the
bug
label 2026-05-19 18:34:03 -05:00
AMay self-assigned this 2026-05-19 18:34:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: AMay/AdventuresInLestoria#133
No description provided.