﻿using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class UvVehicleTrackScroll : UvOffset {

	public Vector3 speedAxis = Vector3.forward;
	public Vector2 offsetPerSpeed = new Vector2(0f, 1f);

}
