Compare commits
2 Commits
e56de50739
...
209917bea2
Author | SHA1 | Date |
---|---|---|
|
209917bea2 | |
|
69fa365101 |
|
@ -0,0 +1,11 @@
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class TitleCtrl : SingletonMonoBehaviour<TitleCtrl>
|
||||
{
|
||||
protected override void OnStart()
|
||||
{
|
||||
GameManager.Instance.NextScene();
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 14183be3b50569d4abfb1b12707bbdc0
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Loading…
Reference in New Issue