robust-toolbox-template/Content.Server/ServerContentIoC.cs
Vera Aguilera Puerto 729c2a6206 Update template to latest RobustToolbox version.
- Converts template to use file-scoped namespaces.
- Add manifest.yml and comments for it.
2021-12-29 12:33:38 +01:00

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.
}
}