using System.Collections; using System.Collections.Generic; using Script; using UnityEngine; public class WeatherManager : MonoBehaviour { // Start is called before the first frame update void Start() { foreach (var v in GameInfo.instance.carSelectTypeInfo) { GameInfo.instance.carSelectTypeInfo } } // Update is called once per frame void Update() { } }