namespace Content.Server { public static class IgnoredComponents { public static string[] List => new string[] { // Stick components you want ignored here. }; } }