Re-organize all projects (#4166)
This commit is contained in:
11
Content.Server/Construction/Components/IRefreshParts.cs
Normal file
11
Content.Server/Construction/Components/IRefreshParts.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
using Robust.Shared.Analyzers;
|
||||
|
||||
namespace Content.Server.Construction.Components
|
||||
{
|
||||
[RequiresExplicitImplementation]
|
||||
public interface IRefreshParts
|
||||
{
|
||||
void RefreshParts(IEnumerable<MachinePartComponent> parts);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user