Add a debug/example congroup so server commands and scripting works.

This commit is contained in:
moonheart08 2023-05-11 06:53:47 -05:00
parent 1fd897e2a4
commit 920f440530
2 changed files with 51 additions and 0 deletions

View file

@ -5,5 +5,6 @@ internal static class ServerContentIoC
public static void Register()
{
// DEVNOTE: IoCManager registrations for the server go here and only here.
IoCManager.Register<LocalHostConGroup>();
}
}