tgstation-server  4.3.2
The /tg/station 13 server suite
IPlatformIdentifier.cs
Go to the documentation of this file.
1 namespace Tgstation.Server.Host.System
2 {
6  public interface IPlatformIdentifier
7  {
11  bool IsWindows { get; }
12 
16  string ScriptFileExtension { get; }
17  }
18 }
For identifying the current platform