mirror of
https://github.com/DerTyp7/traffic-unity.git
synced 2025-10-30 13:17:08 +01:00
dfg
This commit is contained in:
@@ -3,4 +3,9 @@ using UnityEngine;
|
||||
public class StreetContainer : MonoBehaviour
|
||||
{
|
||||
public GameObject streetObject;
|
||||
|
||||
public void Place()
|
||||
{
|
||||
streetObject.GetComponent<Street>().Place();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user