Module bevy_nest::events

source ·

Structs

  • Message sent from a client. These are iterated over each update and sent to Bevy via Event<Inbox> to be read over.
  • Message sent to a client. These are iterated over each update by the server and sent to the client’s socket.
  • Data to be sent to a client over the GMCP protocol.

Enums

Traits

  • Extension trait for [EventWriter<Outbox>] to make sending messages easier.