using Godot; public partial class GroupSpawn : Resource { [Export] public PackedScene packedScene; [Export] public int amount; }