Exemple #1
0
 public void InfromMotherShip()
 {
     if (motherShip != null)
     {
         motherShip.DestroyPawns();
     }
 }