using Content.Shared.Paper; using Content.Shared.StoryGen; using Robust.Shared.Prototypes; namespace Content.Server.Paper; /// /// Adds a randomly generated story to the content of a /// [RegisterComponent, Access(typeof(PaperRandomStorySystem))] public sealed partial class PaperRandomStoryComponent : Component { /// /// The ID to use for story generation. /// [DataField] public ProtoId Template; }