Spawn bots at location feature
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user