mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-11 08:44:50 -05:00
9 lines
No EOL
203 B
C#
9 lines
No EOL
203 B
C#
namespace Content.Client
|
|
{
|
|
public static class IgnoredPrototypes
|
|
{
|
|
public static string[] List => new string[] {
|
|
// Stick prototypes you want ignored here.
|
|
};
|
|
}
|
|
} |