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

public class WaterRipples : MonoBehaviour {

	public float speedThreshold = 2f;
}
