5 lines
66 B
GDScript
5 lines
66 B
GDScript
extends "res://Scripts/combatant.gd"
|
|
|
|
func _aiControlled():
|
|
pass
|