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