sheeeeesh 🥵

This commit is contained in:
batchprogrammer314
2021-08-23 02:14:02 -05:00
parent 51c753fa76
commit ec25148f38

View File

@@ -12,6 +12,12 @@ import org.bukkit.util.Vector;
import java.util.Set; import java.util.Set;
/*
* New bot agent!!!!!
* this will replace legacyagent eventually
* - basically this one will actually have A* pathfinding, whereas the legacy one only straightlines
*/
public class BotAgent extends Agent { public class BotAgent extends Agent {
private int count; private int count;