mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-10 08:14:49 -05:00
9 lines
No EOL
198 B
C#
9 lines
No EOL
198 B
C#
namespace Content.Client;
|
|
|
|
internal static class ClientContentIoC
|
|
{
|
|
public static void Register()
|
|
{
|
|
// DEVNOTE: IoCManager registrations for the client go here and only here.
|
|
}
|
|
} |