extends Node3D

var busy: bool = false

func choose_spawn_location() -> Vector3:
	busy = true
	return global_position