Move some files out of Content.Shared root because I forgot (#4182)
This commit is contained in:
23
Content.Server/Entry/IgnoredComponents.cs
Normal file
23
Content.Server/Entry/IgnoredComponents.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
// ReSharper disable ArrangeTrailingCommaInMultilineLists
|
||||
namespace Content.Server.Entry
|
||||
{
|
||||
public static class IgnoredComponents
|
||||
{
|
||||
public static string[] List => new [] {
|
||||
"ConstructionGhost",
|
||||
"IconSmooth",
|
||||
"LowWall",
|
||||
"ReinforcedWall",
|
||||
"InteractionOutline",
|
||||
"MeleeWeaponArcAnimation",
|
||||
"AnimationsTest",
|
||||
"ItemStatus",
|
||||
"Marker",
|
||||
"Clickable",
|
||||
"RadiatingLight",
|
||||
"Icon",
|
||||
"ClientEntitySpawner",
|
||||
"ToySingularity"
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user