1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
pub use naia_client::{ClientConfig, OwnedEntity, Random};

pub mod components;
pub mod events;

mod client;
mod plugin;
mod resource;
mod stage;
mod state;
mod systems;

pub use client::Client;
pub use plugin::Plugin;
pub use stage::Stage;