fix conv
This commit is contained in:
@@ -15,6 +15,7 @@ public class SimulationModel : MonoBehaviour, IClickable
|
||||
}
|
||||
private void OnEnable()
|
||||
{
|
||||
Debug.Log(this.name);
|
||||
DataManager.I.AddModel(this);
|
||||
StartCoroutine(RunSimulationCoroutine());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user