using Godot; using Godot.Collections; [GlobalClass] [Tool] public partial class WaveData : Resource { [Export] public Array zombiesOrdered; [Export] public Array spawns; }