Paper and pen (#582)
* A very basic paper and pen implementation * Removes SharedWriteComponent * Update ContentNetIDs.cs
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Content.Shared.GameObjects.Components;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Server.GameObjects.Components.Interactable
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class WriteComponent : Component
|
||||
{
|
||||
public override string Name => "Write";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user