mirror of
https://github.com/space-wizards/RobustToolboxTemplateSingleplayer.git
synced 2026-02-10 08:14:49 -05:00
10 lines
No EOL
206 B
C#
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.
|
|
}
|
|
}
|
|
} |