mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-22 23:32:19 +00:00
4 lines
105 B
GDScript
4 lines
105 B
GDScript
extends _BASE_
|
|
|
|
func tick(actor:Node2D, blackboard:BTBlackboard) -> int:
|
|
return BTTickResult.SUCCESS
|