Files
CarTest/Assets/Scripts/DebugInfo.cs
2023-06-12 20:36:16 +02:00

9 lines
128 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class DebugInfo : MonoBehaviour
{
}