Files
tbd-station-14/Content.Server/Salvage/Expeditions/SalvageStructureComponent.cs

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