LobbyScene 추가
This commit is contained in:
14
Gameton-06/Assets/Gameton/Scripts/Shop/ShopClickHandler.cs
Normal file
14
Gameton-06/Assets/Gameton/Scripts/Shop/ShopClickHandler.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace TON
|
||||
{
|
||||
public class ShopClickHandler : MonoBehaviour
|
||||
{
|
||||
void OnMouseDown()
|
||||
{
|
||||
Debug.Log("상점이 클릭됨! (마우스 클릭 또는 터치)");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user