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
|
|
|
|
|
{
|
|
|
|
|
public static string[] List => new [] {
|
|
|
|
|
"ConstructionGhost",
|
|
|
|
|
"IconSmooth",
|
|
|
|
|
"ReinforcedWall",
|
|
|
|
|
"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-02-19 12:16:44 -07:00
|
|
|
"ItemCabinetVisuals",
|
2022-02-25 23:59:20 -06:00
|
|
|
"HandheldGPS"
|
2020-07-02 09:50:45 -04:00
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
}
|