mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-25 08:19:07 +00:00
9 lines
140 B
GDScript3
9 lines
140 B
GDScript3
|
extends BeehaveTree
|
||
|
|
||
|
class_name BeehaveNode, "../icons/action.svg"
|
||
|
|
||
|
enum { SUCCESS, FAILURE, RUNNING }
|
||
|
|
||
|
func tick(actor, blackboard):
|
||
|
pass
|