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