using Godot; using System; public partial class FieldSpawn : Resource { [Export] public SpawnInfo info; [Export] public Vector2 position; }