Item status!

This commit is contained in:
Pieter-Jan Briers
2020-01-09 00:27:52 +01:00
parent e984fc24b6
commit 411c23c46e
36 changed files with 1248 additions and 128 deletions

View 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>();
}
}