增加A2WToolBox工具集,增加Launch场景核LaunchPanel
This commit is contained in:
8
Assets/Gameplay/Scripts/UI.meta
Normal file
8
Assets/Gameplay/Scripts/UI.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 85584c7f5648fdb4e99b59cceb2ff7ef
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
16
Assets/Gameplay/Scripts/UI/LaunchPanel.cs
Normal file
16
Assets/Gameplay/Scripts/UI/LaunchPanel.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class LaunchPanel : MonoBehaviour
|
||||
{
|
||||
// Start is called once before the first execution of Update after the MonoBehaviour is created
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
2
Assets/Gameplay/Scripts/UI/LaunchPanel.cs.meta
Normal file
2
Assets/Gameplay/Scripts/UI/LaunchPanel.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5cfccecfacac0f942a1f668663518040
|
||||
Reference in New Issue
Block a user