ECS ammoboxes (#5830)

This commit is contained in:
metalgearsloth
2021-12-20 16:55:01 +11:00
committed by GitHub
parent f23ca09d09
commit ca7697c246
4 changed files with 266 additions and 228 deletions

View 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!;
}