BotData

Type Alias BotData 

Source
pub type BotData = (Arc<Mutex<Player>>, Arc<Mutex<World>>, MessageSender);
Expand description

Type alias for main bot data