mirror of
https://github.com/tonytins/citylimits
synced 2025-05-07 06:54:49 -04:00
8 lines
140 B
GDScript
8 lines
140 B
GDScript
extends BeehaveTree
|
|
|
|
class_name BeehaveNode, "../icons/action.svg"
|
|
|
|
enum { SUCCESS, FAILURE, RUNNING }
|
|
|
|
func tick(actor, blackboard):
|
|
pass
|