mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 00:54:51 +01:00
* Entity<T>, skipping Magazine and ChamberMagazine * missed some * AUGH!! * ballistic examine * dotnet hates me * WHY ARE YOU CALLED THAT!!!! * cheers aada
7 lines
204 B
C#
7 lines
204 B
C#
using Content.Shared.Weapons.Ranged.Components;
|
|
|
|
namespace Content.Server.Weapons.Ranged.Components;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class AmmoCounterComponent : SharedAmmoCounterComponent { }
|