11 lines
196 B
C#
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");
|
|
}
|
|
}
|