asdf
This commit is contained in:
@@ -22,7 +22,6 @@ public class SimulationModel : MonoBehaviour, IClickable
|
||||
|
||||
private void OnEnable()
|
||||
{
|
||||
Debug.Log(this.name);
|
||||
DataManager.I.AddModel(this);
|
||||
StartCoroutine(RunSimulationCoroutine());
|
||||
}
|
||||
|
||||
@@ -51,8 +51,6 @@ public class SimulationModelConveyor : SimulationModel
|
||||
|
||||
protected override IEnumerator RunSimulationCoroutine()
|
||||
{
|
||||
Debug.Log("Start");
|
||||
|
||||
yield return new WaitUntil(() => !string.IsNullOrEmpty(nodeID));
|
||||
while (dataQueue == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user