Files
crystall-punk-14/Content.Shared/_CP14/Knowledge/Components/CP14KnowledgePaperTextComponent.cs

11 lines
338 B
C#
Raw Normal View History

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
{
}