mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-15 03:31:30 +01:00
* 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;
|