27 lines
687 B
C#
27 lines
687 B
C#
// ReSharper disable ArrangeTrailingCommaInMultilineLists
|
|
namespace Content.Server.Entry
|
|
{
|
|
public static class IgnoredComponents
|
|
{
|
|
public static string[] List => new[] {
|
|
"ConstructionGhost",
|
|
"IconSmooth",
|
|
"InteractionOutline",
|
|
"AnimationsTest",
|
|
"ItemStatus",
|
|
"Marker",
|
|
"GuidebookControlsTest",
|
|
"GuideHelp",
|
|
"Clickable",
|
|
"Icon",
|
|
"ClientEntitySpawner",
|
|
"HandheldGPS",
|
|
"CableVisualizer",
|
|
"UIFragment",
|
|
"PDABorderColor",
|
|
"InventorySlots",
|
|
"LightFade",
|
|
};
|
|
}
|
|
}
|