[][src]Trait game_features::LevelFor

pub trait LevelFor {
    fn level_for_xp(&self, xp: u32) -> u32;
}

Required methods

fn level_for_xp(&self, xp: u32) -> u32

Loading content...

Implementors

Loading content...