6
StarHorizon_Public/Content.Server/Salvage/Expeditions/SalvageStructureComponent.cs
2026-01-24 12:49:55 +03:00

11 lines
255 B
C#

namespace Content.Server.Salvage.Expeditions.Structure;
/// <summary>
/// Mission objective for salvage expeditions.
/// </summary>
[RegisterComponent, Access(typeof(SalvageSystem))]
public sealed partial class SalvageStructureComponent : Component
{
}