mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-30 12:07:37 +03:00
* 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
29 lines
803 B
C#
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
|
|
};
|
|
}
|
|
}
|