Make paper component shared (#11668)
This commit is contained in:
9
Content.Client/Paper/PaperComponent.cs
Normal file
9
Content.Client/Paper/PaperComponent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Content.Shared.Paper;
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Client.Paper;
|
||||
|
||||
[NetworkedComponent, RegisterComponent]
|
||||
public sealed class PaperComponent : SharedPaperComponent
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user