using Godot; using System; using Babushka.scripts.CSharp.Common.WorldManagement; public partial class SpawnPointMarker : Node3D { [Export] public SpawnPointResource spawnPointResource; }