tgstation-server  4.4.0
The /tg/station 13 server suite
IInstanceFactory.cs
Go to the documentation of this file.
1 using Microsoft.Extensions.Hosting;
3 
4 namespace Tgstation.Server.Host.Components
5 {
10  {
17  IInstance CreateInstance(IBridgeRegistrar bridgeRegistrar, Models.Instance metadata);
18  }
19 }
For interacting with the instance services
Definition: IInstance.cs:16