sdsandbox-rl-scripts/Scripts/challenges/IWaitCarPath.cs

9 lines
165 B
C#
Executable File

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