Пример #1
0
 private void Start()
 {
     flyCamera          = GetComponent <FlyCamera>();
     robotManager       = GetComponentInChildren <RSManager>();
     robotManager.isRed = isRed;
     if (isLaborer)
     {
         robotManager.Invoke("Die", 0.2f);
     }
 }