[][src]Trait naia_shared::HostTickManager

pub trait HostTickManager {
    fn get_tick(&self) -> u16;
}

Manages the current tick on the host

Required methods

fn get_tick(&self) -> u16

Gets the current tick on the host

Loading content...

Implementors

Loading content...