Skip to content

Refactor DamageWithOnKillEffectAction to not use Runnable #519

@wang429

Description

@wang429

To me at least, Runnable implies some level of threading, which isn't what the action handles. As such, I propose using Supplier<Void> instead.

This can be done after #512 is merged.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions