28 lines
738 B
C#
28 lines
738 B
C#
// ReSharper disable ArrangeTrailingCommaInMultilineLists
|
|
namespace Content.Server.Entry
|
|
{
|
|
public static class IgnoredComponents
|
|
{
|
|
public static string[] List => new[] {
|
|
"ConstructionGhost",
|
|
"IconSmooth",
|
|
"InteractionOutline",
|
|
"Marker",
|
|
"GuidebookControlsTest",
|
|
"GuideHelp",
|
|
"Clickable",
|
|
"Icon",
|
|
"CableVisualizer",
|
|
"SolutionItemStatus",
|
|
"UIFragment",
|
|
"PdaBorderColor",
|
|
"InventorySlots",
|
|
"LightFade",
|
|
"HolidayRsiSwap",
|
|
"OptionsVisualizer",
|
|
"AnomalyScannerScreen",
|
|
"MultipartMachineGhost"
|
|
};
|
|
}
|
|
}
|