feat: add DestinationListKey to IEssentialsRoom

This commit is contained in:
Andrew Welker
2024-03-08 22:59:17 -06:00
parent c6690c7765
commit 285d87d8ac

View File

@@ -27,6 +27,8 @@ namespace PepperDash.Essentials.Core
string SourceListKey { get; }
string DestinationListKey { get; }
SecondsCountdownTimer ShutdownPromptTimer { get; }
int ShutdownPromptSeconds { get; }
int ShutdownVacancySeconds { get; }