Esempio n. 1
0
 private void OnTriggerExit(Collider other)
 {
     if (other.name == "UsbKey")
     {
         cpwd.unDisplay();
     }
 }