Ejemplo n.º 1
0
 private void launcher()
 {
     if (SCANK == null)
     {
         print("[SCAN Kethane] Starting Watcher");
         SCANK = gameObject.AddComponent <SCANsatKethane>();
     }
 }
Ejemplo n.º 2
0
 private void launcher () {
     if (SCANK == null) {
         print("[SCAN Kethane] Starting Watcher");
         SCANK = gameObject.AddComponent<SCANsatKethane>();
     }
 }