robust-toolbox-template-sin.../Template.Game/TemplateIoC.cs
Vera Aguilera Puerto 9ca3fc37b1 Initial commit.
2021-04-23 21:02:28 +02:00

10 lines
No EOL
206 B
C#

namespace Template.Game
{
internal static class TemplateIoC
{
public static void Register()
{
// DEVNOTE: IoCManager registrations for the game go here.
}
}
}