public RulePathFollow(Path<Vector3> curve, float weight){ this.curve = curve; this.weight = weight; }