mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-23 15:42:19 +00: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
|