mirror of
https://github.com/space-wizards/RobustToolboxTemplateSingleplayer.git
synced 2026-02-10 16:24:49 -05:00
Update template to latest RobustToolbox version.
This commit is contained in:
parent
338a7455ac
commit
2e6af3eb52
8 changed files with 109 additions and 179 deletions
|
|
@ -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.
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue