modelimport

This commit is contained in:
2025-10-16 10:24:29 +09:00
parent 90fa689bce
commit 984e9188c1
292 changed files with 18076 additions and 1746 deletions

View File

@@ -0,0 +1,16 @@
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()
{
}
}