mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-06 16:25:01 +00:00
Fixed access modifiers in interface
This commit is contained in:
@@ -23,14 +23,14 @@ namespace PepperDash.Essentials.Core.Interfaces.Room
|
||||
/// <summary>
|
||||
/// Timer used for informing the UIs of a shutdown
|
||||
/// </summary>
|
||||
SecondsCountdownTimer ShutdownPromptTimer { get; private set; }
|
||||
SecondsCountdownTimer ShutdownPromptTimer { get; }
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
int ShutdownPromptSeconds { get; set; }
|
||||
int ShutdownVacancySeconds { get; set; }
|
||||
eShutdownType ShutdownType { get; private set; }
|
||||
int ShutdownPromptSeconds { get; }
|
||||
int ShutdownVacancySeconds { get; }
|
||||
eShutdownType ShutdownType { get; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user