Пример #1
0
 public override void Solve()
 {
     usbContents.Solve();
     Debug.Log("Solve Solve usb delivery");
     base.Solve();
     jeremyPath.PathObjectEarned(jeremyPath, this);
     fpc.CanMove = false;
     credits.SetActive(true);
     credits.GetComponent <VideoPlayer>().Play();
 }
Пример #2
0
 void CheckFinish()
 {
     if (usedObjs.Count == targetPairs.Count)
     {
         disarmCode.SetActive(true);
         Solve();
         Debug.Log("Solving cellphone");
         bossPath.PathObjectEarned(bossPath, this);
     }
 }
Пример #3
0
 public override void Solve()
 {
     base.Solve();
     bossPath.PathObjectEarned(bossPath, this);
 }