조이스틱 동작 액션 수정
This commit is contained in:
17
Gameton-06/Assets/Gameton/Scripts/UI/ControllerUI.cs
Normal file
17
Gameton-06/Assets/Gameton/Scripts/UI/ControllerUI.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.EventSystems;
|
||||
|
||||
namespace TON
|
||||
{
|
||||
public class ControllerUI : UIBase
|
||||
{
|
||||
public static ControllerUI Instance => UIManager.Singleton.GetUI<ControllerUI>(UIList.ControllerUI);
|
||||
|
||||
private void Start()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user