using Godot; using Godot.Collections; [GlobalClass] [Tool] public partial class WaveData : Resource { [Export] public Array zombiesOrdered = new(); [Export] public Array events = new(); [Export] public float customWaveDelay = 0; }