mirror of
https://github.com/space-wizards/RobustToolboxTemplateSingleplayer.git
synced 2026-02-10 16:24:49 -05:00
Initial commit.
This commit is contained in:
commit
9ca3fc37b1
15 changed files with 1015 additions and 0 deletions
10
Template.Game/TemplateIoC.cs
Normal file
10
Template.Game/TemplateIoC.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
namespace Template.Game
|
||||
{
|
||||
internal static class TemplateIoC
|
||||
{
|
||||
public static void Register()
|
||||
{
|
||||
// DEVNOTE: IoCManager registrations for the game go here.
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue