mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
* Entity<T>, skipping Magazine and ChamberMagazine * missed some * AUGH!! * ballistic examine * dotnet hates me * WHY ARE YOU CALLED THAT!!!! * cheers aada
6 lines
143 B
C#
6 lines
143 B
C#
using Content.Shared.Weapons.Marker;
|
|
|
|
namespace Content.Server.Weapons;
|
|
|
|
public sealed class DamageMarkerSystem : SharedDamageMarkerSystem { }
|