Spawn bots at location feature

This commit is contained in:
ThisTestUser
2022-11-23 17:49:44 -05:00
parent a829cdf701
commit 0e4a5e171f
3 changed files with 62 additions and 3 deletions

View File

@@ -10,6 +10,10 @@ import java.util.Set;
import java.util.UUID;
public interface BotManager {
Location getSpawnLoc();
void setSpawnLoc(Location loc);
Set<Terminator> fetch();
Agent getAgent();