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
|
||||
{
|
||||
}
|
||||
@@ -1,8 +1,9 @@
|
||||
using Content.Shared.Paper;
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Server.Paper
|
||||
{
|
||||
[RegisterComponent]
|
||||
[NetworkedComponent, RegisterComponent]
|
||||
public sealed class PaperComponent : SharedPaperComponent
|
||||
{
|
||||
public PaperAction Mode;
|
||||
|
||||
Reference in New Issue
Block a user