Esempio n. 1
0
 ///when the a terminal gets hacked set is hacked to true.
 public void Hacked()
 {
     ishacked = true;
     Debug.Log("Hacked");
     timer.Hacked();
 }