robust-toolbox-template/Content.Client/IgnoredComponents.cs
moonheart08 50c6173d91 ohno
2020-10-08 22:00:24 -05:00

9 lines
No EOL
203 B
C#

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