mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-11 00:34:49 -05:00
10 lines
No EOL
248 B
C#
10 lines
No EOL
248 B
C#
namespace Content.Server;
|
|
|
|
internal static class ServerContentIoC
|
|
{
|
|
public static void Register()
|
|
{
|
|
// DEVNOTE: IoCManager registrations for the server go here and only here.
|
|
IoCManager.Register<LocalHostConGroup>();
|
|
}
|
|
} |