mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-10 16:24:49 -05:00
ohno
This commit is contained in:
parent
5bec4a5921
commit
50c6173d91
14 changed files with 261 additions and 8 deletions
12
Content.Client/ClientContentIoC.cs
Normal file
12
Content.Client/ClientContentIoC.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using Robust.Shared.IoC;
|
||||
|
||||
namespace Content.Client
|
||||
{
|
||||
internal static class ClientContentIoC
|
||||
{
|
||||
public static void Register()
|
||||
{
|
||||
// DEVNOTE: IoCManager registrations for the client go here and only here.
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue