place streets

This commit is contained in:
Janis
2022-12-04 15:09:42 +01:00
parent c94f387a5b
commit 274f5f7cac
18 changed files with 745 additions and 438 deletions

View File

@@ -0,0 +1,6 @@
using UnityEngine;
public class StreetContainer : MonoBehaviour
{
public GameObject streetObject;
}