Files
tbd-station-14/Content.Server/Entry/IgnoredComponents.cs
2023-04-26 13:51:48 +10:00

27 lines
687 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",
"UIFragment",
"PDABorderColor",
"InventorySlots",
"LightFade",
};
}
}