Delta-v/Content.Shared/_Goobstation/Devil/PendingHandshakeComponent.cs

18 lines
504 B
C#

// SPDX-FileCopyrightText: 2025 GoobBot <uristmchands@proton.me>
// SPDX-FileCopyrightText: 2025 Solstice <solsticeofthewinter@gmail.com>
// SPDX-FileCopyrightText: 2025 SolsticeOfTheWinter <solsticeofthewinter@gmail.com>
//
// SPDX-License-Identifier: AGPL-3.0-or-later
namespace Content.Shared._Goobstation.Devil;
[RegisterComponent]
public sealed partial class PendingHandshakeComponent : Component
{
[DataField]
public EntityUid? Offerer;
[DataField]
public TimeSpan ExpiryTime;
}