12 lines
261 B
C#
12 lines
261 B
C#
using Robust.Client.ResourceManagement;
|
|
using Robust.Shared.ContentPack;
|
|
using Robust.Shared.IoC;
|
|
|
|
namespace Content.Client.IoC
|
|
{
|
|
public static class StaticIoC
|
|
{
|
|
public static IResourceCache ResC => IoCManager.Resolve<IResourceCache>();
|
|
}
|
|
}
|