This commit is contained in:
lwj
2025-05-29 09:25:40 +09:00
parent f25c610782
commit 8a75eaa23e
13 changed files with 963 additions and 64 deletions

View File

@@ -15,6 +15,7 @@ public class SimulationModel : MonoBehaviour, IClickable
}
private void OnEnable()
{
Debug.Log(this.name);
DataManager.I.AddModel(this);
StartCoroutine(RunSimulationCoroutine());
}