Files
godot-host-test/Interfaces/ILevel.cs
T

8 lines
126 B
C#

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