robust-toolbox-template/Content.Server/IgnoredComponents.cs
Vera Aguilera Puerto 729c2a6206 Update template to latest RobustToolbox version.
- Converts template to use file-scoped namespaces.
- Add manifest.yml and comments for it.
2021-12-29 12:33:38 +01:00

8 lines
No EOL
177 B
C#

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