- Powerful - Data-oriented - Approved by PJB - Powered by node graphs and AI pathfinding - Coded by the same nerd who brought you atmos Co-authored-by: Exp <theexp111@gmail.com>
27 lines
544 B
C#
27 lines
544 B
C#
namespace Content.Server
|
|
{
|
|
|
|
public static class IgnoredComponents
|
|
{
|
|
|
|
public static string[] List => new [] {
|
|
"ConstructionGhost",
|
|
"IconSmooth",
|
|
"SubFloorHide",
|
|
"LowWall",
|
|
"ReinforcedWall",
|
|
"CharacterInfo",
|
|
"InteractionOutline",
|
|
"MeleeWeaponArcAnimation",
|
|
"AnimationsTest",
|
|
"ItemStatus",
|
|
"Marker",
|
|
"Clickable",
|
|
"RadiatingLight",
|
|
"Icon",
|
|
};
|
|
|
|
}
|
|
|
|
}
|