mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-24 15:59:07 +00:00
5 lines
105 B
GDScript3
5 lines
105 B
GDScript3
|
extends _BASE_
|
||
|
|
||
|
func tick(actor:Node2D, blackboard:BTBlackboard) -> int:
|
||
|
return BTTickResult.SUCCESS
|