shield values examine (#17245)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Content.Shared.Damage;
|
||||
using Robust.Shared.Physics;
|
||||
using Robust.Shared.Physics;
|
||||
|
||||
namespace Content.Shared.Blocking;
|
||||
|
||||
@@ -15,14 +14,10 @@ public sealed class BlockingUserComponent : Component
|
||||
[DataField("blockingItem")]
|
||||
public EntityUid? BlockingItem;
|
||||
|
||||
[DataField("modifiers")]
|
||||
public DamageModifierSet Modifiers = default!;
|
||||
|
||||
/// <summary>
|
||||
/// Stores the entities original bodytype
|
||||
/// Used so that it can be put back to what it was after anchoring
|
||||
/// </summary>
|
||||
[DataField("originalBodyType")]
|
||||
public BodyType OriginalBodyType;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user