generated from krampus/template-godot4
8 lines
130 B
GDScript3
8 lines
130 B
GDScript3
|
# meta-name: Default
|
||
|
# meta-default: true
|
||
|
extends _BASE_
|
||
|
|
||
|
|
||
|
func tick(actor: Node, blackboard: Blackboard) -> int:
|
||
|
return SUCCESS
|