Files
tbd-station-14/Content.Server/IgnoredComponents.cs
2020-09-28 20:03:05 +02:00

28 lines
566 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",
"Clickable",
"RadiatingLight",
"Icon",
};
}
}