A Godot v4 game about working in an office
extends BattlerAI

var interface: Node

func choose_action(actor: Battler, battlers: Array = []):
	interface.open_actions_menu(actor)
	await interface.action_selected