Beispiel #1
0
 public override void execute(float currentTime)
 {
     if (UFOManager.IsUFOActive() && !UFOManager.IsUFOBombActive())
     {
         UFOManager.DropBomb();
     }
 }