pub trait BotTrait {
    fn jump(&self);
}

Required Methods

Implementors