6
2026-01-24 12:49:55 +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 ShipShieldedComponent : Component
{
public EntityUid Shield;
public EntityUid? Source;
}