안쓰는 스크립트, 폴더 삭제
This commit is contained in:
parent
6f7a5e131c
commit
8a2abb5a40
@ -1,8 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: bfa59972eae73774abfbd334a141be1c
|
|
||||||
folderAsset: yes
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
@ -1,19 +0,0 @@
|
|||||||
using UnityEngine;
|
|
||||||
|
|
||||||
namespace DDD
|
|
||||||
{
|
|
||||||
public class TitleSystem : MonoBehaviour
|
|
||||||
{
|
|
||||||
private GameObject _titlePanel;
|
|
||||||
|
|
||||||
private void Awake()
|
|
||||||
{
|
|
||||||
_titlePanel = GameObject.Find("Uis/TitleCanvas/TitlePanel").gameObject;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void Start()
|
|
||||||
{
|
|
||||||
_titlePanel.SetActive(true);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,2 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: c837bbd9eecddc04f9c625fa14062a34
|
|
Loading…
Reference in New Issue
Block a user