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",
|
|
|
|
|
"LowWall",
|
|
|
|
|
"ReinforcedWall",
|
|
|
|
|
"InteractionOutline",
|
|
|
|
|
"MeleeWeaponArcAnimation",
|
|
|
|
|
"AnimationsTest",
|
|
|
|
|
"ItemStatus",
|
|
|
|
|
"Marker",
|
|
|
|
|
"Clickable",
|
2020-08-10 16:21:55 +02:00
|
|
|
"RadiatingLight",
|
2020-09-28 18:03:05 +00:00
|
|
|
"Icon",
|
2021-02-06 13:55:36 +01:00
|
|
|
"ClientEntitySpawner",
|
2021-03-09 04:33:41 -06:00
|
|
|
"ToySingularity"
|
2020-07-02 09:50:45 -04:00
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
}
|