Files
OldThink/Content.Server/_White/_Engi/StationGoalCommand/StationGoalPaperComponent.cs
2024-11-24 21:44:35 +03:00

12 lines
258 B
C#

namespace Content.Server._White._Engi.StationGoal
{
/// <summary>
/// WD.
/// Paper with a written station goal in it.
/// </summary>
[RegisterComponent]
public sealed partial class StationGoalPaperComponent : Component
{
}
}