robust-toolbox-template/Content.Client/ClientContentIoC.cs
moonheart08 50c6173d91 ohno
2020-10-08 22:00:24 -05:00

12 lines
No EOL
254 B
C#

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