29 lines
603 B
C#
29 lines
603 B
C#
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",
|
|
"CanSeeGases",
|
|
"RadiatingLight",
|
|
};
|
|
|
|
}
|
|
|
|
}
|