Files
XRLib/Assets/Scripts/Simulator/BottomUI/SimulationSettings.cs

17 lines
289 B
C#
Raw Normal View History

2025-10-16 10:24:29 +09:00
using UnityEngine;
public class SimulationSettings : 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()
{
}
}