5 lines
80 B
GDScript
5 lines
80 B
GDScript
extends BTBase
|
|
class_name BTCondition
|
|
func tick(_tick: Tick) -> int:
|
|
return OK
|