Exemple #1
0
 private void motherShipRandomNotifier_GoMotherSpaceship()
 {
     if (m_MotherSpaceship.IsOutOfSight())
     {
         m_MotherSpaceship.SetInitialValues();
     }
 }