using Content.Shared.StoryGen; using Robust.Shared.GameStates; using Robust.Shared.Prototypes; namespace Content.Shared._White.Book.Components; [RegisterComponent] public sealed partial class BookRandomStoryComponent : Component { [DataField] public ProtoId Template = "GenericStory"; }