Files
tbd-station-14/Content.Server/Entry/IgnoredComponents.cs
2023-02-03 15:47:29 +01:00

27 lines
702 B
C#

// ReSharper disable ArrangeTrailingCommaInMultilineLists
namespace Content.Server.Entry
{
public static class IgnoredComponents
{
public static string[] List => new[] {
"ConstructionGhost",
"IconSmooth",
"InteractionOutline",
"AnimationsTest",
"ItemStatus",
"Marker",
"GuidebookControlsTest",
"GuideHelp",
"Clickable",
"Icon",
"ClientEntitySpawner",
"HandheldGPS",
"CableVisualizer",
"PuddleVisualizer",
"UIFragment",
"PDABorderColor",
"TabletopItemVisualizer",
};
}
}