package teamXXX;

public interface Navigation {
	
	public void setTarget(MapLocation targetLoc);
		
	public void moveToTarget();
		
}