Example #1
0
 private void DeActivateShield()
 {
     playerShip.DeActivateShield();
     playerShip.GetComponent <Collider2D>().enabled = true;
 }