// SPDX-FileCopyrightText: 2025 ark1368 // // SPDX-License-Identifier: AGPL-3.0-or-later namespace Content.Shared._Crescent.ShipShields; [RegisterComponent] public sealed partial class ShipShieldedComponent : Component { public EntityUid Shield; public EntityUid? Source; }