car go wroom

This commit is contained in:
magn9775
2024-03-22 10:49:50 +01:00
parent 7888d6b018
commit 0957f89c5c
59 changed files with 5439 additions and 29 deletions

View File

@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class CarController : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}