Exemple #1
0
 public static void ShotFired()
 {
     S.shotsTaken++;
     if (S.shotsTaken >= 4)
     {
         S.Restart();
     }
 }