mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-10 16:24:49 -05:00
Update RT to 268.0.0
This commit is contained in:
parent
6347ddffb8
commit
ca2bb9dcff
14 changed files with 44 additions and 77 deletions
|
|
@ -2,9 +2,9 @@ namespace Content.Server;
|
|||
|
||||
internal static class ServerContentIoC
|
||||
{
|
||||
public static void Register()
|
||||
public static void Register(IDependencyCollection dependencies)
|
||||
{
|
||||
// DEVNOTE: IoCManager registrations for the server go here and only here.
|
||||
IoCManager.Register<LocalHostConGroup>();
|
||||
dependencies.Register<LocalHostConGroup>();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue