Beispiel #1
0
 public void TransmitResearch()
 {
     //Nothing to do here except call the science lab's transmit function.
     sciLab.TransmitScience();
 }