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

@@ -1,10 +0,0 @@
using Content.Shared.Foldable;
using JetBrains.Annotations;
namespace Content.Client.Foldable;
[UsedImplicitly]
public sealed class FoldableSystem : SharedFoldableSystem
{
// classic.
}