used to check if node has been searched in one pathfinding

Property definitions

a_star $ Node :: last_pathfinding_evocation=
	# used to check if node has been searched in one pathfinding
	private var last_pathfinding_evocation: Int = 0
lib/a_star/a_star.nit:78,2--79,48