namespace Content.Server.Construction.Components { [RequiresExplicitImplementation] public interface IRefreshParts { void RefreshParts(IEnumerable parts); } }