6 lines
78 B
GDScript
6 lines
78 B
GDScript
extends BTBase
|
|
|
|
class_name BTAction
|
|
func tick(_tick: Tick) -> int:
|
|
return OK
|