citylimits/addons/beehave/nodes/beehave_node.gd

9 lines
140 B
GDScript3
Raw Normal View History

2023-01-21 04:04:13 -05:00
extends BeehaveTree
class_name BeehaveNode, "../icons/action.svg"
enum { SUCCESS, FAILURE, RUNNING }
func tick(actor, blackboard):
pass