mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-10 16:24:49 -05:00
ohno
This commit is contained in:
parent
5bec4a5921
commit
50c6173d91
14 changed files with 261 additions and 8 deletions
9
Content.Server/IgnoredComponents.cs
Normal file
9
Content.Server/IgnoredComponents.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Content.Server
|
||||
{
|
||||
public static class IgnoredComponents
|
||||
{
|
||||
public static string[] List => new string[] {
|
||||
// Stick components you want ignored here.
|
||||
};
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue