Fix a couple warnings.

This commit is contained in:
Pieter-Jan Briers
2019-04-29 13:12:50 +02:00
parent 77d92675e2
commit f249c19eaf
4 changed files with 9 additions and 7 deletions

View File

@@ -21,8 +21,6 @@ namespace Content.Client.Research
#pragma warning disable CS0649
[Dependency]
private IPrototypeManager PrototypeManager;
[Dependency]
private IResourceCache ResourceCache;
#pragma warning restore
private ItemList Items;