Files
tbd-station-14/Content.Server/IgnoredComponents.cs

24 lines
601 B
C#

// ReSharper disable ArrangeTrailingCommaInMultilineLists
namespace Content.Server
{
public static class IgnoredComponents
{
public static string[] List => new [] {
"ConstructionGhost",
"IconSmooth",
"SubFloorHide",
"LowWall",
"ReinforcedWall",
"InteractionOutline",
"MeleeWeaponArcAnimation",
"AnimationsTest",
"ItemStatus",
"Marker",
"Clickable",
"RadiatingLight",
"Icon",
"ClientEntitySpawner",
};
}
}