refactor: Orthographic and obsolete in Knowledge

This commit is contained in:
Tornado Tech
2025-03-06 18:22:01 +10:00
parent e54e8a95ee
commit 44f4c17266
7 changed files with 25 additions and 27 deletions

View File

@@ -1,10 +1,8 @@
namespace Content.Shared._CP14.Knowledge.Components;
/// <summary>
/// automatically generates content for PaperComponent, based on the knowledge that can be learnt from this object
/// 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
{
}
public sealed partial class CP14KnowledgePaperTextComponent : Component;