Merge branch 'master' into 30Warning

This commit is contained in:
Jordan Brown
2017-10-30 10:40:46 -04:00
committed by GitHub
+1 -1
View File
@@ -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";