diff --git a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Interfaces/Room/IHasRoomOn.cs b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Interfaces/Room/IHasRoomOn.cs index 5eafab9b..48f4cb9b 100644 --- a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Interfaces/Room/IHasRoomOn.cs +++ b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Interfaces/Room/IHasRoomOn.cs @@ -23,14 +23,14 @@ namespace PepperDash.Essentials.Core.Interfaces.Room /// /// Timer used for informing the UIs of a shutdown /// - SecondsCountdownTimer ShutdownPromptTimer { get; private set; } + SecondsCountdownTimer ShutdownPromptTimer { get; } /// /// /// - int ShutdownPromptSeconds { get; set; } - int ShutdownVacancySeconds { get; set; } - eShutdownType ShutdownType { get; private set; } + int ShutdownPromptSeconds { get; } + int ShutdownVacancySeconds { get; } + eShutdownType ShutdownType { get; } ///