2020-07-02 09:50:45 -04:00
|
|
|
|
namespace Content.Server
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
public static class IgnoredComponents
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
public static string[] List => new [] {
|
|
|
|
|
|
"ConstructionGhost",
|
|
|
|
|
|
"IconSmooth",
|
|
|
|
|
|
"SubFloorHide",
|
|
|
|
|
|
"LowWall",
|
|
|
|
|
|
"ReinforcedWall",
|
|
|
|
|
|
"Window",
|
|
|
|
|
|
"CharacterInfo",
|
|
|
|
|
|
"InteractionOutline",
|
|
|
|
|
|
"MeleeWeaponArcAnimation",
|
|
|
|
|
|
"AnimationsTest",
|
|
|
|
|
|
"ItemStatus",
|
|
|
|
|
|
"Marker",
|
|
|
|
|
|
"EmergencyLight",
|
|
|
|
|
|
"Clickable",
|
2020-08-10 16:21:55 +02:00
|
|
|
|
"RadiatingLight",
|
2020-07-02 09:50:45 -04:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|