mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-10 16:24:49 -05:00
- Converts template to use file-scoped namespaces. - Add manifest.yml and comments for it.
8 lines
No EOL
177 B
C#
8 lines
No EOL
177 B
C#
namespace Content.Client;
|
|
|
|
public static class IgnoredPrototypes
|
|
{
|
|
public static string[] List => new string[] {
|
|
// Stick prototypes you want ignored here.
|
|
};
|
|
} |