Compare commits
No commits in common. "209917bea2d63f5df44a831f2900d2a9295ad531" and "e56de5073999574a55137615c4e60b14d8adedc9" have entirely different histories.
209917bea2
...
e56de50739
|
@ -1,11 +0,0 @@
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class TitleCtrl : SingletonMonoBehaviour<TitleCtrl>
|
||||
{
|
||||
protected override void OnStart()
|
||||
{
|
||||
GameManager.Instance.NextScene();
|
||||
}
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 14183be3b50569d4abfb1b12707bbdc0
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Loading…
Reference in New Issue