Files
wwdpublic/Content.Server/Entry/IgnoredComponents.cs
RedFoxIV 974dcc6071 Day of the dolly mixture (#509)
* i guess we doin' three dimensions now

* i guess we doin' cleanup now

* i guess we doin' final cleanup now

* I guess we doin' useless comments now

* i guess we doin' watermarking now

* I guess we doin' unfunny commit messages now

* I guess we doin' code review now

* I guess we (ain') doin' .vox parsing now
2025-05-25 00:54:06 +03:00

29 lines
803 B
C#

// 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",
"ToggleableLightWieldable", // Goobstation
"PixelSnapEye", // WWDP EDIT
"DollyMixture", // WWDP EDIT
};
}
}