mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
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>();
|
|
}
|
|
}
|