Files
Simulation/Assets/UIPopupButtonCancel.cs
준학 노 0be41c12cd 카메라 이동범위 설정 -0.2(노준학)
기즈모 고정 -0.5(노준학) 완료
MQTT 재연결 로직 -0.2(노준학) - 작업중
2025-07-15 11:00:11 +09:00

17 lines
290 B
C#

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