Files
Simulation/Assets/WorkSpace/LH/Popup_SimulatorLoading.cs
2025-07-18 14:42:37 +09:00

17 lines
293 B
C#

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