using Content.Server.Station.Components;
namespace Content.Server.Station.Events;
///
/// Raised directed on a station after it has been initialized, as well as broadcast.
///
[ByRefEvent]
public readonly record struct StationPostInitEvent(Entity Station);