Files
CarTest/Assets/Scripts/DebugInfo.cs

9 lines
128 B
C#
Raw Normal View History

2023-06-12 20:36:16 +02:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class DebugInfo : MonoBehaviour
{
}