Expand description

Contains the plugins, systems, and components for the bevy app.

Structs

The client plugin.

A label that is applied to all networking systems.

The server plugin.

An event that forces a sync of component T.

Traits

An extension trait for easy registering NetComp types.

Functions

Clears client’s message buffer and receive new messages.

A system that receives messages of type M and applies it to component T.

A system that sends component T using messages of type M.

Clears server’s message buffer and receive new messages.