Files
tbd-station-14/Content.Server/Entry/IgnoredComponents.cs
2022-12-02 16:46:58 -06:00

23 lines
570 B
C#

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