1
2
Fork 0
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:
Ubuntu 2022-11-02 16:14:59 +00:00
commit 47b7b2e0ba
2 changed files with 2 additions and 0 deletions

View file

@ -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.

View file

@ -1,4 +1,5 @@
use azalea::prelude::*;
use azalea::Swarm;
use parking_lot::Mutex;
use std::sync::Arc;