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[] {
|
2020-07-02 09:50:45 -04:00
|
|
|
"ConstructionGhost",
|
|
|
|
|
"IconSmooth",
|
|
|
|
|
"InteractionOutline",
|
|
|
|
|
"MeleeWeaponArcAnimation",
|
|
|
|
|
"AnimationsTest",
|
|
|
|
|
"ItemStatus",
|
|
|
|
|
"Marker",
|
|
|
|
|
"Clickable",
|
2020-09-28 18:03:05 +00:00
|
|
|
"Icon",
|
2021-02-06 13:55:36 +01:00
|
|
|
"ClientEntitySpawner",
|
2022-02-09 18:53:44 -07:00
|
|
|
"CharacterInfo",
|
2022-03-13 03:11:03 -07:00
|
|
|
"HandheldGPS",
|
2022-05-16 14:41:23 +10:00
|
|
|
"CableVisualizer",
|
2020-07-02 09:50:45 -04:00
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
}
|