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",
|
2021-12-11 15:12:55 -08:00
|
|
|
"CharacterInfo"
|
2020-07-02 09:50:45 -04:00
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
}
|