Expand description
Defines the Event
enum and makes those events trigger when they’re sent
in the ECS.
Structs§
- A component that contains an event sender for events that are only received by local players. The receiver for this is returned by
Client::start_client
.
Enums§
- Something that happened in-game, such as a tick passing or chat message being sent.