extends Action
class_name ActionStopMove
func run(character: Character, blackboard: Blackboard) -> int:
character.move_stop()
return SUCCESS