Update template to latest RobustToolbox version.

This commit is contained in:
Vera Aguilera Puerto 2021-12-29 12:34:48 +01:00
parent 338a7455ac
commit 2e6af3eb52
8 changed files with 109 additions and 179 deletions

View file

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