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