mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-11 08:44:50 -05:00
12 lines
No EOL
254 B
C#
12 lines
No EOL
254 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.
|
|
}
|
|
}
|
|
} |