lightyear_core 0.26.4

Core types shared by lightyear crates
Documentation
1
2
3
// TODO: use newtype instead of u16
/// ID used to serialize IDs over the network efficiently
pub type NetId = u16;