robust-toolbox-template/Content.Client/ClientContentIoC.cs

9 lines
No EOL
198 B
C#

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