using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public interface IWaitCarPath // interface to create challenges
{
void Init();
}