ECS ammoboxes (#5830)
This commit is contained in:
10
Content.Server/Weapon/Ranged/GunSystem.cs
Normal file
10
Content.Server/Weapon/Ranged/GunSystem.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
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!;
|
||||
}
|
||||
Reference in New Issue
Block a user