mirror of
https://github.com/tonytins/citylimits
synced 2025-05-07 23:04:49 -04:00
4 lines
105 B
GDScript
4 lines
105 B
GDScript
extends _BASE_
|
|
|
|
func tick(actor:Node2D, blackboard:BTBlackboard) -> int:
|
|
return BTTickResult.SUCCESS
|