mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 23:44:38 +00:00
import swarm in an example
This commit is contained in:
parent
7f8c4567b7
commit
47b7b2e0ba
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
Azalea is a framework for creating Minecraft bots.
|
||||
|
||||
Internally, it's just a wrapper over azalea-client, adding useful functions for making bots.
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
use azalea::prelude::*;
|
||||
use azalea::Swarm;
|
||||
use parking_lot::Mutex;
|
||||
use std::sync::Arc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue