Files
tbd-station-14/Content.Server/Paper/ActivateOnPaperOpenedComponent.cs
2023-03-20 15:32:28 -04:00

11 lines
252 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 class ActivateOnPaperOpenedComponent : Component
{
}