コード例 #1
0
ファイル: RSController.cs プロジェクト: HappySaila/RIR
 private void Start()
 {
     flyCamera          = GetComponent <FlyCamera>();
     robotManager       = GetComponentInChildren <RSManager>();
     robotManager.isRed = isRed;
     if (isLaborer)
     {
         robotManager.Invoke("Die", 0.2f);
     }
 }