mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
Fixed access modifiers in interface
This commit is contained in:
parent
46ec92cb13
commit
97a9f319c3
1 changed files with 4 additions and 4 deletions
|
|
@ -23,14 +23,14 @@ namespace PepperDash.Essentials.Core.Interfaces.Room
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Timer used for informing the UIs of a shutdown
|
/// Timer used for informing the UIs of a shutdown
|
||||||
/// </summary>
|
/// </summary>
|
||||||
SecondsCountdownTimer ShutdownPromptTimer { get; private set; }
|
SecondsCountdownTimer ShutdownPromptTimer { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
///
|
||||||
/// </summary>
|
/// </summary>
|
||||||
int ShutdownPromptSeconds { get; set; }
|
int ShutdownPromptSeconds { get; }
|
||||||
int ShutdownVacancySeconds { get; set; }
|
int ShutdownVacancySeconds { get; }
|
||||||
eShutdownType ShutdownType { get; private set; }
|
eShutdownType ShutdownType { get; }
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue