9 lines
339 B
C#
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;
|