2023-03-20 19:32:28 +00:00
|
|
|
namespace Content.Server.Paper;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Activates the item when used to write on paper, as if Z was pressed.
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent]
|
|
|
|
|
[Access(typeof(PaperSystem))]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class ActivateOnPaperOpenedComponent : Component
|
2023-03-20 19:32:28 +00:00
|
|
|
{
|
|
|
|
|
}
|