Re-organize all projects (#4166)
This commit is contained in:
10
Content.Client/IoC/StaticIoC.cs
Normal file
10
Content.Client/IoC/StaticIoC.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Robust.Client.ResourceManagement;
|
||||
using Robust.Shared.IoC;
|
||||
|
||||
namespace Content.Client.IoC
|
||||
{
|
||||
public static class StaticIoC
|
||||
{
|
||||
public static IResourceCache ResC => IoCManager.Resolve<IResourceCache>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user