Car customization should fully work
This commit is contained in:
13
Assets/Scripts/Car Data.cs
Normal file
13
Assets/Scripts/Car Data.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using Unity.VisualScripting;
|
||||
using UnityEngine;
|
||||
|
||||
public class CarData : MonoBehaviour
|
||||
{
|
||||
public string carType;
|
||||
public string carColor;
|
||||
private void Awake() {
|
||||
DontDestroyOnLoad(gameObject);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user