mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Docs for ByondExecutableLock
This commit is contained in:
@@ -2,16 +2,25 @@
|
||||
|
||||
namespace Tgstation.Server.Host.Components
|
||||
{
|
||||
/// <inheritdoc />
|
||||
sealed class ByondExecutableLock : IByondExecutableLock
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public Version Version { get; set; }
|
||||
|
||||
/// <inheritdoc />
|
||||
public string DreamDaemonPath { get; set; }
|
||||
|
||||
/// <inheritdoc />
|
||||
public string DreamMakerPath { get; set; }
|
||||
|
||||
//at one point in design, byond versions were to delete themselves if they werent the active version
|
||||
//That changed at some point so these functions are intentioanlly left blank
|
||||
|
||||
/// <inheritdoc />
|
||||
public void Dispose() { }
|
||||
|
||||
/// <inheritdoc />
|
||||
public void DoNotDeleteThisSession() { }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user