Add explicit Reference inheritance.

This commit is contained in:
Relintai 2023-01-13 16:59:15 +01:00
parent 99f515f868
commit 2236e48f45
1 changed files with 1 additions and 0 deletions

View File

@ -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.