Practice_Unity/Assets/Scripts/UI/Menu_Setting.cs
SEAN 3d196c08b6 작업
패널만 눌리게 변경
2025-11-03 16:18:35 +09:00

17 lines
282 B
C#

using UnityEngine;
public class MenuSetting : 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()
{
}
}