ログ出し削除
This commit is contained in:
parent
772de97718
commit
e34826de5c
|
|
@ -74,9 +74,6 @@ public class CornHarvester : MonoBehaviour
|
||||||
yield return null;
|
yield return null;
|
||||||
}
|
}
|
||||||
callback?.Invoke(finishedList);
|
callback?.Invoke(finishedList);
|
||||||
#if UNITY_EDITOR
|
|
||||||
Debug.Log($"now:{harvestedSpawnTransform.childCount}");
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void AddCount(int value)
|
public void AddCount(int value)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue