A Godot v4 game about working in an office
extends Node
class_name BattlerAI

func choose_action(actor: Battler, battlers: Array = []):
	pass