feat: turrents and explosions

This commit is contained in:
redglow
2026-07-21 21:53:18 +02:00
parent e7dbb9cabb
commit bc7297c6bc
18 changed files with 277 additions and 15 deletions
+8
View File
@@ -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; }
}