6
2025-12-18 02:55:17 +03:00

13 lines
284 B
C#

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