robust-toolbox-template/Content.Server/ServerContentIoC.cs

9 lines
No EOL
198 B
C#

namespace Content.Server;
internal static class ServerContentIoC
{
public static void Register()
{
// DEVNOTE: IoCManager registrations for the server go here and only here.
}
}