mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
* predict damage examine * . * required true * nits --------- Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
6 lines
155 B
C#
6 lines
155 B
C#
using Content.Shared.Damage.Systems;
|
|
|
|
namespace Content.Client.Damage.Systems;
|
|
|
|
public sealed class DamageOtherOnHitSystem : SharedDamageOtherOnHitSystem;
|