Make Server/Client Ignored Components lists easier to find (#1202)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
This commit is contained in:
26
Content.Server/IgnoredComponents.cs
Normal file
26
Content.Server/IgnoredComponents.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
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",
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user