Car/Assets/Scripts/CarConfig.cs

14 lines
316 B
C#

using System.Collections.Generic;
using UnityEngine;
[System.Serializable]
public class CarConfig
{
/// <summary>
/// 车名/车型
/// </summary>
public string ;
public GameObject ;
public List<CarComponentConfig> = new List<CarComponentConfig>();
}