tgstation-server
The /tg/station 13 server suite
IByondExecutableLock.cs
Go to the documentation of this file.
1 using System;
2 
4 {
8  public interface IByondExecutableLock : IDisposable
9  {
13  Version Version { get; }
14 
18  string DreamDaemonPath { get; }
19 
23  string DreamMakerPath { get; }
24 
29  }
30 }
string DreamMakerPath
The path to the dm/DreamMaker executable
Represents usage of the two primary BYOND server executables
string DreamDaemonPath
The path to the DreamDaemon executable
void DoNotDeleteThisSession()
Call if, during a detach, this version should not be deleted
Version Version
The global::System.Version of the locked executables