robust-toolbox-template/Content.Client/ClientContentIoC.cs
Vera Aguilera Puerto 729c2a6206 Update template to latest RobustToolbox version.
- Converts template to use file-scoped namespaces.
- Add manifest.yml and comments for it.
2021-12-29 12:33:38 +01:00

11 lines
No EOL
224 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.
}
}