Ejemplo n.º 1
0
 public void UnlockAndClose()
 {
     doorController.SetLocked(false);
     doorController.CloseStart();
 }