tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IInstanceCoreProvider.cs
Go to the documentation of this file.
2{
6 public interface IInstanceCoreProvider
7 {
13 IInstanceCore? GetInstance(Models.Instance instance);
14 }
15}
For interacting with the instance services.
IInstanceCore? GetInstance(Models.Instance instance)
Get the IInstanceCore for a given instance if it's online.