Fix foldable-pickup interactions. (#6057)
This commit is contained in:
10
Content.Client/Foldable/FoldableSystem.cs
Normal file
10
Content.Client/Foldable/FoldableSystem.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Content.Shared.Foldable;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace Content.Client.Foldable;
|
||||
|
||||
[UsedImplicitly]
|
||||
public sealed class FoldableSystem : SharedFoldableSystem
|
||||
{
|
||||
// classic.
|
||||
}
|
||||
Reference in New Issue
Block a user