Initial commit.

This commit is contained in:
Vera Aguilera Puerto 2021-04-23 20:48:00 +02:00
commit 9ca3fc37b1
15 changed files with 1015 additions and 0 deletions

View file

@ -0,0 +1,10 @@
namespace Template.Game
{
internal static class TemplateIoC
{
public static void Register()
{
// DEVNOTE: IoCManager registrations for the game go here.
}
}
}