Exemple #1
0
 public void Hack()
 {
     if (hacked)
     {
         return;
     }
     Debug.Log("Hacked");
     hacked = true;
     flag   = true;
     motor.StopAllCoroutines();
 }