Files
crystall-punk-14/Content.Shared/_CP14/Knowledge/Components/CP14KnowledgePaperTextComponent.cs
2025-03-06 18:22:01 +10:00

9 lines
339 B
C#

namespace Content.Shared._CP14.Knowledge.Components;
/// <summary>
/// Automatically generates content for PaperComponent,
/// based on the knowledge that can be learnt from this object.
/// </summary>
[RegisterComponent, Access(typeof(SharedCP14KnowledgeSystem))]
public sealed partial class CP14KnowledgePaperTextComponent : Component;