Files
tbd-station-14/Content.Server/Entry/IgnoredComponents.cs
2022-08-25 00:50:31 +10:00

24 lines
619 B
C#

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