mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 14:06:41 +01:00
Fixes installer interface reflection
This commit is contained in:
@@ -18,7 +18,7 @@ namespace TGInstallerWrapper
|
||||
const string InterfaceDLL = "TGServiceInterface.dll";
|
||||
const string InterfaceNamespace = "TGServiceInterface";
|
||||
const string InterfaceComponentsNamespace = InterfaceNamespace + ".Components";
|
||||
const string InterfaceClass = InterfaceNamespace + ".Server";
|
||||
const string InterfaceClass = InterfaceNamespace + ".Interface";
|
||||
const string InterfaceServiceInterface = InterfaceComponentsNamespace + ".ITGSService"; //fuck this typo
|
||||
const string InterfaceClassVerifyConnection = "VerifyConnection";
|
||||
const string InterfaceClassGetComponent = "GetComponent";
|
||||
|
||||
Reference in New Issue
Block a user