Files
SimUL/Assets/Scripts/StartUp.cs
T
2025-01-07 18:54:46 +02:00

11 lines
196 B
C#

using UnityEngine;
public class StartUp : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
// GameManager.Instance.Scene.Change("City");
}
}