forked from SpaceStation14-Shenanigans/Monolith
Make paper component shared (#11668)
This commit is contained in:
@@ -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