Trait naia_shared::PropertyMutate
source · [−]pub trait PropertyMutate: PropertyMutateClone + Send + Sync + 'static {
fn mutate(&mut self, property_index: u8);
}Expand description
Tracks which Properties have changed and need to be queued for syncing with the Client