mirror of
https://github.com/space-wizards/RobustToolboxTemplateSingleplayer.git
synced 2026-02-10 16:24:49 -05:00
9 lines
No EOL
176 B
C#
9 lines
No EOL
176 B
C#
namespace Template.Game;
|
|
|
|
internal static class TemplateIoC
|
|
{
|
|
public static void Register()
|
|
{
|
|
// DEVNOTE: IoCManager registrations for the game go here.
|
|
}
|
|
} |