This commit is contained in:
MaddoScientisto 2025-02-13 22:28:34 +01:00
commit bfdb71dd84
4 changed files with 72 additions and 11 deletions

View file

@ -31,8 +31,6 @@ public partial class SpiralPattern : AttackPattern
private double timer;
private double burstTimer;
private BulletSpawner spawner;
private GameManager _gameManager;
public override void Start(Boss boss)
{