From 2236e48f456eaa5de3ef5391e6022aa5a9573c71 Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 13 Jan 2023 16:59:15 +0100 Subject: [PATCH] Add explicit Reference inheritance. --- .../com.gdquest.godot-steering-ai-framework/GSAIAgentLocation.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/godot/addons/com.gdquest.godot-steering-ai-framework/GSAIAgentLocation.gd b/godot/addons/com.gdquest.godot-steering-ai-framework/GSAIAgentLocation.gd index 83e05d1..5b7bd60 100644 --- a/godot/addons/com.gdquest.godot-steering-ai-framework/GSAIAgentLocation.gd +++ b/godot/addons/com.gdquest.godot-steering-ai-framework/GSAIAgentLocation.gd @@ -1,5 +1,6 @@ # Represents an agent with only a location and an orientation. # @category - Base types +extends Reference class_name GSAIAgentLocation # The agent's position in space.