mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-10 16:24:49 -05:00
9 lines
No EOL
203 B
C#
9 lines
No EOL
203 B
C#
namespace Content.Server
|
|
{
|
|
public static class IgnoredComponents
|
|
{
|
|
public static string[] List => new string[] {
|
|
// Stick components you want ignored here.
|
|
};
|
|
}
|
|
} |