You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
150 B
GDScript

2 years ago
extends Node3D
class_name AI
@onready var character = (get_owner() as Character)
@onready var status = (%Status as Status)
2 years ago
2 years ago
func _ready():
2 years ago
pass