8 lines
157 B
C#
8 lines
157 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace Unity.Splines.Examples
|
|
{
|
|
public class Car : MonoBehaviour {}
|
|
}
|