Exemple #1
0
 public bool IsReadyForDeconstruction()
 {
     return(ServicedCharacter == null &&
            InputStorage.IsReadyForDeconstruction());
 }
Exemple #2
0
 public bool IsReadyForDeconstruction()
 {
     return(InputStorage.IsReadyForDeconstruction() &&
            OutputStorage.IsReadyForDeconstruction() &&
            Halted && WorkingCharacter == null);
 }