using Godot; using Godot.Collections; public partial class Main : Node { [Export] public Array Levels; }