* 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;
|