| 12345678910111213141516171819202122232425 |
- // ReSharper disable ArrangeTrailingCommaInMultilineLists
- namespace Content.Server.Entry
- {
- public static class IgnoredComponents
- {
- public static string[] List => new[] {
- "ConstructionGhost",
- "IconSmooth",
- "InteractionOutline",
- "Marker",
- "GuidebookControlsTest",
- "GuideHelp",
- "Clickable",
- "Icon",
- "CableVisualizer",
- "SolutionItemStatus",
- "UIFragment",
- "PdaBorderColor",
- "InventorySlots",
- "LightFade",
- "HolidayRsiSwap",
- "OptionsVisualizer"
- };
- }
- }
|