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.