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

public class SpeedLimitZone : MonoBehaviour {

	public float speedMultiplier = 0.5f;
}
