Files
tbd-station-14/Content.Server/Entry/IgnoredComponents.cs
2022-10-16 04:00:04 +11:00

21 lines
514 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",
};
}
}