// SPDX-FileCopyrightText: 2025 GoobBot // SPDX-FileCopyrightText: 2025 deltanedas <@deltanedas:kde.org> // // SPDX-License-Identifier: AGPL-3.0-or-later namespace Content.Shared._Goobstation.Construction; /// /// Raised on the user after an entity is created by construction. /// [ByRefEvent] public readonly record struct ConstructedEvent(EntityUid Entity);