naia-shared 0.25.0

Common functionality shared between naia-server & naia-client crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod component;
pub mod delegation;
pub mod entity;
pub mod entity_index;
pub mod host;
pub mod remote;
pub mod resource;
pub mod shared_global_world_manager;
pub mod sync;
pub mod update;
pub mod world_type;

pub mod entity_command;
pub mod entity_event;
pub mod local;
pub mod publicity;
pub mod world_reader;
pub mod world_writer;