ShanxiKnowledgeBase/SXElectricityFaultA&E/Assets/Model/Fantastic City Generator/Traffic System/DataSpawn.cs

15 lines
223 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace FCG
{
public class DataSpawn : MonoBehaviour
{
public int sideAtual;
public Transform atualWay;
}
}