mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 22:17:51 +01:00
Move IServer and IInstance to TGS.Interface.Wrappers
This commit is contained in:
@@ -65,9 +65,9 @@
|
||||
<Compile Include="Definitions.cs" />
|
||||
<Compile Include="Enumerations.cs" />
|
||||
<Compile Include="Helpers.cs" />
|
||||
<Compile Include="IInstance.cs" />
|
||||
<Compile Include="Wrappers\IInstance.cs" />
|
||||
<Compile Include="InstanceMetadata.cs" />
|
||||
<Compile Include="IServer.cs" />
|
||||
<Compile Include="Wrappers\IServer.cs" />
|
||||
<Compile Include="IServerInterface.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Components\Repository.cs" />
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using TGS.Interface.Components;
|
||||
|
||||
namespace TGS.Interface
|
||||
namespace TGS.Interface.Wrappers
|
||||
{
|
||||
/// <summary>
|
||||
/// Wrapper for <see cref="ITGInstance"/> components
|
||||
@@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using TGS.Interface.Components;
|
||||
|
||||
namespace TGS.Interface
|
||||
namespace TGS.Interface.Wrappers
|
||||
{
|
||||
/// <summary>
|
||||
/// Wrapper representing a <see cref="ITGSService"/>
|
||||
Reference in New Issue
Block a user