Huge wave flag

This commit is contained in:
Rendo 2025-07-16 21:55:47 +05:00
commit 19e16c62d7
5 changed files with 30 additions and 12 deletions

View file

@ -8,4 +8,5 @@ public partial class WaveData : Resource
[Export] public Array<RowSpawn> zombiesOrdered = new();
[Export] public Array<WaveEvent> events = new();
[Export] public float customWaveDelay = 0;
[Export] public bool isHugeWave;
}