using System; namespace GodotHostTest.Interfaces; public interface ILevel { public TimeSpan TimeBetweenSpawns { get; } }