Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Update Content.Shared/LieDown/LyingDownComponent.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Ed <[email protected]>
  • Loading branch information
user424242420 and TheShuEd authored Jun 19, 2024
1 parent 3f00c53 commit 6ba95d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/LieDown/LyingDownComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public sealed partial class LyingDownComponent : Component
/// The action to lie down or stand up.
/// </summary>
[DataField("make-to-stand-up-action", customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
public string? MakeToStandUpAction = "action-name-make-standup";
public EntProtoId? MakeToStandUpAction = "action-name-make-standup";
}

[Serializable, NetSerializable]
Expand Down

0 comments on commit 6ba95d0

Please sign in to comment.