조이스틱 동작 액션 수정
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace TON
|
||||
{
|
||||
public class EventSystemManager : MonoBehaviour
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ab66d818efcc9d44da8900e18fef96e0
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -8,6 +8,7 @@ namespace TON
|
||||
{
|
||||
public virtual void Show()
|
||||
{
|
||||
Instantiate(Resources.Load("EventSystem/Prefabs/TON.EventSystem"));
|
||||
gameObject.SetActive(true);
|
||||
}
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ namespace TON
|
||||
|
||||
TitleUI,
|
||||
IngameUI,
|
||||
ControllerUI,
|
||||
LogUI,
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user