Example #1
0
 private void Start()
 {
     bombDropSystem = new BombDropSystem(secondsToExplode, bombLimit, rangeLimit);
 }