Degulleo3D/Assets/LYM/Scripts/SettingsPanelController.cs
Lim0_C c436a73f5c DEG-86 [Feat] 팝업 및 설정 UI 화면 구성 구현
유니티상 UI화면 구성 완료
2025-04-29 09:56:02 +09:00

19 lines
307 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class SettingsPanelController : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}