tgstation-server
The /tg/station 13 server suite
IByondExecutableLock.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace Tgstation.Server.Host.Components.Byond
4 {
8  public interface IByondExecutableLock : IDisposable
9  {
13  Version Version { get; }
14 
18  string DreamDaemonPath { get; }
19 
23  string DreamMakerPath { get; }
24 
28  void DoNotDeleteThisSession();
29  }
30 }
Represents usage of the two primary BYOND server executables