Example #1
0
 void FireAllWeapons()
 {
     foreach (Ship_Gun SW in Weapons)
     {
         SW.Fire();
     }
 }