mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-11 00:34:49 -05:00
- Converts template to use file-scoped namespaces. - Add manifest.yml and comments for it.
11 lines
No EOL
224 B
C#
11 lines
No EOL
224 B
C#
using Robust.Shared.IoC;
|
|
|
|
namespace Content.Server;
|
|
|
|
internal static class ServerContentIoC
|
|
{
|
|
public static void Register()
|
|
{
|
|
// DEVNOTE: IoCManager registrations for the server go here and only here.
|
|
}
|
|
} |