private void Start() { flyCamera = GetComponent <FlyCamera>(); robotManager = GetComponentInChildren <RSManager>(); robotManager.isRed = isRed; if (isLaborer) { robotManager.Invoke("Die", 0.2f); } }