11 lines
338 B
C#
11 lines
338 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
|
||
|
|
{
|
||
|
|
}
|