tgstation-server 5.12.7
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IDmbProvider.cs
Go to the documentation of this file.
1using System;
2
4
6{
10 public interface IDmbProvider : IDisposable
11 {
15 string DmbName { get; }
16
20 string Directory { get; }
21
26
30 void KeepAlive();
31 }
32}
Provides absolute paths to the latest compiled .dmbs.
Definition: IDmbProvider.cs:11
void KeepAlive()
Disposing the IDmbProvider won't cause a cleanup of the working directory.
string Directory
The primary game directory with a trailing directory separator.
Definition: IDmbProvider.cs:20