class_name CanThrowBallCondition
extends ConditionLeaf
func tick(actor, _blackboard):
if !actor.ball_in_game():
return SUCCESS
return FAILURE