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