Files
crystall-punk-14/Content.Server/Weapon/Ranged/GunSystem.cs
2021-12-19 22:55:01 -07:00

11 lines
257 B
C#

using Content.Shared.Popups;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;
namespace Content.Server.Weapon.Ranged;
public sealed partial class GunSystem : EntitySystem
{
[Dependency] private readonly SharedPopupSystem _popup = default!;
}