조이스틱 동작 액션 수정

This commit is contained in:
aube.lee
2025-01-24 17:55:26 +09:00
parent 2ed1ff725e
commit f69e89a106
25 changed files with 1978 additions and 126 deletions

View File

@@ -8,6 +8,7 @@ namespace TON
{
public virtual void Show()
{
Instantiate(Resources.Load("EventSystem/Prefabs/TON.EventSystem"));
gameObject.SetActive(true);
}