Replies: 1 comment
-
for relayed events thats for drop-in compatibility with regular event handlers, you are probably supposed to just write a system to handle the RelayedEvent directly |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great if there was a way to automatically subscribe events if they had only their abstract parent subscribed.
For example, inventory relayed events: now you have to manually subscribe them because you can not make them subscribed because of IInventoryRelayedEvent parent. It would be much easier if you could just register IInventoryRelayedEvent instead of copypasting registration for every single event
Beta Was this translation helpful? Give feedback.
All reactions