feat: Adds LevelControlListKey to IEssentialsRoom

This commit is contained in:
Neil Dorin
2024-05-16 20:49:11 -06:00
parent e1638762a1
commit 7942c91f73

View File

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