* initial commit * reapply 38126 * fix rootable * someone missed an important minus sign here * try this * fix * fix * reenable crit hits * cleanup * fix status time dirtying * fix * camelCase
6 lines
141 B
C#
6 lines
141 B
C#
using Content.Shared.Body.Systems;
|
|
|
|
namespace Content.Client.Body.Systems;
|
|
|
|
public sealed class BloodstreamSystem : SharedBloodstreamSystem;
|