Files
Simulation/Assets/Scripts/ShowModelInfo.cs
2025-05-12 18:00:37 +09:00

17 lines
284 B
C#

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