mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-10 16:24:49 -05:00
Update template to latest RobustToolbox version.
- Converts template to use file-scoped namespaces. - Add manifest.yml and comments for it.
This commit is contained in:
parent
b417f4355e
commit
729c2a6206
18 changed files with 197 additions and 272 deletions
|
|
@ -1,9 +1,8 @@
|
|||
namespace Content.Server
|
||||
namespace Content.Server;
|
||||
|
||||
public static class IgnoredComponents
|
||||
{
|
||||
public static class IgnoredComponents
|
||||
{
|
||||
public static string[] List => new string[] {
|
||||
// Stick components you want ignored here.
|
||||
};
|
||||
}
|
||||
public static string[] List => new string[] {
|
||||
// Stick components you want ignored here.
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue