namespace Content.Client { public static class IgnoredPrototypes { public static string[] List => new string[] { // Stick prototypes you want ignored here. }; } }