mirror of
https://github.com/DerTyp7/traffic-unity.git
synced 2025-10-30 05:07:10 +01:00
7 lines
105 B
C#
7 lines
105 B
C#
using UnityEngine;
|
|
|
|
public class StreetContainer : MonoBehaviour
|
|
{
|
|
public GameObject streetObject;
|
|
}
|