Files
tbd-station-14/Content.Client/IoC/StaticIoC.cs
2021-06-09 22:19:39 +02:00

11 lines
228 B
C#

using Robust.Client.ResourceManagement;
using Robust.Shared.IoC;
namespace Content.Client.IoC
{
public static class StaticIoC
{
public static IResourceCache ResC => IoCManager.Resolve<IResourceCache>();
}
}