Files
crystall-punk-14/Content.Server/Entry/IgnoredComponents.cs

23 lines
582 B
C#
Raw Normal View History

// ReSharper disable ArrangeTrailingCommaInMultilineLists
namespace Content.Server.Entry
{
public static class IgnoredComponents
{
public static string[] List => new[] {
"ConstructionGhost",
"IconSmooth",
"InteractionOutline",
"MeleeWeaponArcAnimation",
"AnimationsTest",
"ItemStatus",
"Marker",
"Clickable",
2020-09-28 18:03:05 +00:00
"Icon",
"ClientEntitySpawner",
"CharacterInfo",
"HandheldGPS",
"CableVisualizer",
};
}
}