﻿using UnityEngine;
using System.Collections;

public class UvOffset : MonoBehaviour {

	public MaterialTarget targetMaterial;
	
}
