Files
tbd-station-14/Content.Server/Paper/ActivateOnPaperOpenedComponent.cs

11 lines
260 B
C#

namespace Content.Server.Paper;
/// <summary>
/// Activates the item when used to write on paper, as if Z was pressed.
/// </summary>
[RegisterComponent]
[Access(typeof(PaperSystem))]
public sealed partial class ActivateOnPaperOpenedComponent : Component
{
}