11 lines
189 B
C#
11 lines
189 B
C#
using UnityEngine;
|
|
|
|
public class Startup : MonoBehaviour
|
|
{
|
|
// Start is called before the first frame update
|
|
private void Start()
|
|
{
|
|
// SceneManager.LoadScene(1);
|
|
}
|
|
}
|