This commit is contained in:
moonheart08 2020-10-08 22:00:24 -05:00
parent 5bec4a5921
commit 50c6173d91
14 changed files with 261 additions and 8 deletions

View file

@ -0,0 +1,9 @@
namespace Content.Server
{
public static class IgnoredComponents
{
public static string[] List => new string[] {
// Stick components you want ignored here.
};
}
}