tgstation-server 6.12.0
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 : IAsyncDisposable
11 {
15 string DmbName { get; }
16
20 string Directory { get; }
21
26
31
35 void KeepAlive();
36 }
37}
Information about an engine installation.
Provides absolute paths to the latest compiled .dmbs.
void KeepAlive()
Disposing the IDmbProvider won't cause a cleanup of the working directory.
Models.CompileJob CompileJob
The CompileJob of the .dmb.