2021-02-06 13:55:36 +01:00
|
|
|
// ReSharper disable ArrangeTrailingCommaInMultilineLists
|
2021-06-13 14:52:40 +02:00
|
|
|
namespace Content.Server.Entry
|
2020-07-02 09:50:45 -04:00
|
|
|
{
|
|
|
|
|
public static class IgnoredComponents
|
|
|
|
|
{
|
2022-07-26 17:40:13 -07:00
|
|
|
public static string[] List => new[] {
|
2024-08-20 01:41:56 +10:00
|
|
|
"CP14WaveShader", // CP14 Wave shader
|
|
|
|
|
"CP14WorldSprite", // CP14 World Sprite
|
2020-07-02 09:50:45 -04:00
|
|
|
"ConstructionGhost",
|
|
|
|
|
"IconSmooth",
|
|
|
|
|
"InteractionOutline",
|
|
|
|
|
"Marker",
|
2023-01-16 21:42:22 +13:00
|
|
|
"GuidebookControlsTest",
|
|
|
|
|
"GuideHelp",
|
2020-07-02 09:50:45 -04:00
|
|
|
"Clickable",
|
2020-09-28 18:03:05 +00:00
|
|
|
"Icon",
|
2022-05-16 14:41:23 +10:00
|
|
|
"CableVisualizer",
|
2024-04-21 15:16:23 +02:00
|
|
|
"SolutionItemStatus",
|
2022-12-02 17:46:58 -05:00
|
|
|
"UIFragment",
|
2023-06-15 03:44:28 +02:00
|
|
|
"PdaBorderColor",
|
2023-04-11 17:20:47 -07:00
|
|
|
"InventorySlots",
|
2023-04-26 13:51:48 +10:00
|
|
|
"LightFade",
|
2023-12-25 01:52:43 -05:00
|
|
|
"HolidayRsiSwap",
|
2024-04-21 15:16:23 +02:00
|
|
|
"OptionsVisualizer"
|
2020-07-02 09:50:45 -04:00
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
}
|