feat: turrents and explosions
This commit is contained in:
@@ -4,5 +4,13 @@ namespace GodotHostTest.Interfaces;
|
||||
|
||||
public interface ILevel
|
||||
{
|
||||
/// <summary>
|
||||
/// Time between successive spawns.
|
||||
/// </summary>
|
||||
public TimeSpan TimeBetweenSpawns { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Duration of a single spawn.
|
||||
/// </summary>
|
||||
public TimeSpan SpawnDuration { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user