// ReSharper disable ArrangeTrailingCommaInMultilineLists namespace Content.Server.Entry { public static class IgnoredComponents { public static string[] List => new [] { "ConstructionGhost", "IconSmooth", "StasisBedVisuals", "InteractionOutline", "MeleeWeaponArcAnimation", "AnimationsTest", "ItemStatus", "VehicleVisuals", "Marker", "Clickable", "Icon", "ClientEntitySpawner", "CharacterInfo", "ItemCabinetVisuals", "LatheVisuals", "DiseaseMachineVisuals", "HandheldGPS", "ToggleableLightVisuals", "PotencyVisuals", "PaperVisuals" }; } }