Predict folding (#19663)

This commit is contained in:
metalgearsloth
2023-08-31 11:56:13 +10:00
committed by GitHub
parent d74649abd4
commit 1b336d63bb
6 changed files with 165 additions and 196 deletions

View File

@@ -11,7 +11,7 @@ namespace Content.Shared.Foldable;
/// </remarks>
[RegisterComponent]
[NetworkedComponent]
[Access(typeof(SharedFoldableSystem))]
[Access(typeof(FoldableSystem))]
public sealed partial class FoldableComponent : Component
{
[DataField("folded")]