mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
feat: adds StarShutdown method to IShutdownPromptTimer
This commit is contained in:
parent
d8d27949c3
commit
82f78bf068
1 changed files with 3 additions and 1 deletions
|
|
@ -77,9 +77,11 @@ namespace PepperDash.Essentials.Core
|
||||||
SecondsCountdownTimer ShutdownPromptTimer { get; }
|
SecondsCountdownTimer ShutdownPromptTimer { get; }
|
||||||
|
|
||||||
void SetShutdownPromptSeconds(int seconds);
|
void SetShutdownPromptSeconds(int seconds);
|
||||||
|
|
||||||
|
void StartShutdown(eShutdownType type);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary""'""">
|
||||||
/// Describes a room with a tech password
|
/// Describes a room with a tech password
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface ITechPassword
|
public interface ITechPassword
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue