mirror of
https://github.com/tonytins/citylimits.git
synced 2025-05-10 07:01:39 -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
|