Open oniatus opened 7 years ago
See https://oniatus.github.io/developing/entitySystem/commands.html. I think the EntityRef parameter is only populated if it is annotated with @Sender. We should double-check this, then update the documentation.
EntityRef
@Sender
This is indeed true. Here's an issue in Hunger that was solved by adding @Sender annotations.
See https://oniatus.github.io/developing/entitySystem/commands.html. I think the
EntityRef
parameter is only populated if it is annotated with@Sender
. We should double-check this, then update the documentation.