Fix the last of the compiler warnings.

This commit is contained in:
Pieter-Jan Briers
2020-10-22 10:26:24 +02:00
parent e98abd923c
commit f61aeb19e5
5 changed files with 7 additions and 15 deletions

View File

@@ -26,7 +26,6 @@ namespace Content.Server.GameObjects.Components.Weapon.Ranged.Ammunition
public class AmmoComponent : Component, IExamine
{
[Dependency] private readonly IGameTiming _gameTiming = default!;
[Dependency] private readonly IEntityManager _entityManager = default!;
public override string Name => "Ammo";
public BallisticCaliber Caliber => _caliber;