hestia-rsps / hestia

An open-source Kotlin game server.
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Events with entityIds #60

Closed GregHib closed 4 years ago

GregHib commented 4 years ago

https://github.com/DaanVanYperen/artemis-odb-contrib/pull/124

Most events will need an entityId, weird exceptions being system update and potential world changes. Should implement a method to send and receive entityId parameter rather than implement it into every event class.

GregHib commented 4 years ago

See Actions